You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cubictest-users
Hi all,
I run test suites as JUnit Test where I specify which suites to run:
e.g.: (runner.runTest(TestSuite1);runner.runTest(TestSuite2));... but
if one
test fail then selenium tests stop (the other tests don't start).
I tried to use a property setHaltOnTestFailure(false); but it doesn't
work. Is it because I run test suites instead of tests? Can anybody
give me a help?