sikuli / sikuli-slides

Sikuli-Slides is a visual automation tool that enables users to automate and test Graphical User Interfaces (GUIs) using presentation slides.
MIT License
65 stars 35 forks source link

Add a thread timeout #38

Open jguglielmi opened 10 years ago

jguglielmi commented 10 years ago

Especially for the junit tests, right now I am stuck on one test that bombs out and does not stop properly. As a result, a rogue java.exe process is started and requires manual closure.

doubleshow commented 10 years ago

Need more information. Are you referring to your own test? Or Sikuli Slides' unit test?

jguglielmi commented 10 years ago

I am referring to my own test. Would it be possible to incorporate a pause feature or button while tests execute headless from command line?