forked from anujgandharv/easytest
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The option for running test cases as a single suite and able to choose which test cases should be run at the time of application build will be an interesting one. A single XML file as in TESTNG, will be very useful as currently we have to define all the test classes in a Suite class.
If the number of test cases are more(say 200 or more) then the class list in the Suite class will be huge and difficult to maintain. If we want to exclude some test cases at the time of build we have touch the java file which is not a good option when compared to modifying the XML file.
Metadata
Metadata
Assignees
Labels
No labels