Skip to content

Control over the test cases to be run #63

Description

@vijayd1508

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions