[
https://issues.apache.org/jira/browse/TAP5-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776627#action_12776627
]
Howard M. Lewis Ship commented on TAP5-926:
-------------------------------------------
You can simulate this a bit by adding this to your class:
@AfterClass(alwaysRun = true)
public void wait_for_a_bit() throws Exception {
Thread.sleep(60 * 1000);
}
This will give you a minute to see what's up before Selenium RC shuts down.
> Ability to leave Selenium RC (and the selenium window) open and running at
> end of tests
> ---------------------------------------------------------------------------------------
>
> Key: TAP5-926
> URL: https://issues.apache.org/jira/browse/TAP5-926
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-test
> Affects Versions: 5.2.0.0
> Reporter: Howard M. Lewis Ship
> Priority: Minor
>
> It can be annoying that the RC shuts down at the end of a test run; when
> debugging tests it would be useful to leave it up to read logged messages or
> see the state of the app. Perhaps a command line option
> (-Dtapestry.stop-fixtures=false) that says leave Jetty and Selenium RC
> running even at the end of the test suite.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.