seges / acris

AcrIS is a modern framework serving as a base for applications, web sites and portals. It provides various tools and libraries to ease daily development. Build on top of Google web toolkit and provides sophisticated solution for security, beans binding, JSON protocol and usefull project skelets integrated with maven, hibernate, spring and gilead. You will get a prepared solution in box ready to use in your own project.
4 stars 1 forks source link

Advanced selenium screenshot support #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the screenshot is take right after the test is finished

Provide more flexibility using following possibilities:

public enum When {
    ON_FAILURE, 
    AFTER_COMMAND, 
    BEFORE_COMMNAND, 
    ON_SUCESS
}

Original issue reported on code.google.com by nejakyus...@gmail.com on 9 Oct 2011 at 10:29

GoogleCodeExporter commented 9 years ago

Original comment by nejakyus...@gmail.com on 9 Oct 2011 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by nejakyus...@gmail.com on 6 Nov 2011 at 11:28

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by nejakyus...@gmail.com on 1 Dec 2011 at 1:03