Hi,
I am still having problems running a collection of test suites. All my test
suites run fine
individually but I am getting errors when trying to run them together.
I have the following setup:
Project Dir
tests dir
Feature dir
testsX dir
tests_1.xml
testsY dir
tests_2.xml
testsZ dir
tests_3.xml
I have the following in my allTests.xml file located in the tests dir:
<ant dir="Feature dir/testsX dir" antfile="tests1.xml"/>
<ant dir="Feature dir/testsY dir" antfile="tests2.xml"/>
<ant dir="Feature dir/testsZ dir" antfile="tests3.xml"/>
If I try to run these tests together I get the following error:
java.util.concurrent.RejectedExecutionException
However if I run anyone of the suites above on its own, it runs fine.
I'd like to be able to run all 3 suites together and get 1 report file
generated by
WebTest.
Is this possible?
Any idea's on how I might do this?
thanks!
--
View this message in context:
http://old.nabble.com/how-to-run-multiple-test-suites-tp27532940p27532940.html
Sent from the WebTest mailing list archive at Nabble.com.
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest