-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run the tests for the specified time #196
Comments
I agree. It's possible to stop the test run using the command line
Making these available via the web UI would be very useful as well. |
I've been thinking in a workaround in the meantime, may be we can use on_start() method to schedulie the call to the interrupt() method after some time. I have tested it, what do you think? |
I got round this by creating ant targets which start and stop the spawn using the same APIs as the web interface. In between the start / stop, the sleep function is called based on an ant variable. A Jenkins job requests all the parameters and passes to the ant script. |
I agree. This would be useful. |
+1 @aztlan2k I'm currently using |
+1, have implemented it with interrupt as a workaround for now. Would be nice to be native. |
Fixed by #656! |
I think it would be great to have an option to define how many time we want to run the tests from the web interface.
The text was updated successfully, but these errors were encountered: