Is your feature request related to a problem? Please describe.
Yes, more flexibility in configuring unit tests. I would like to configure tests that test the broad range of a new feature or a bug fix. I do not want to execute a whole test class but partial tests in that test class. I would like to have the ability to configure which tests to run from multiple tests classes.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Instead of running a single test or a test class, I would to run my own test suite that consists of multiple unit tests across multiple test classes. The suite should be configurable via a file which I can update.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Currently, we can only run a single test or a test class.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Yes, more flexibility in configuring unit tests. I would like to configure tests that test the broad range of a new feature or a bug fix. I do not want to execute a whole test class but partial tests in that test class. I would like to have the ability to configure which tests to run from multiple tests classes.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Instead of running a single test or a test class, I would to run my own test suite that consists of multiple unit tests across multiple test classes. The suite should be configurable via a file which I can update.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Currently, we can only run a single test or a test class.
Additional context
Add any other context or screenshots about the feature request here.