HybridTestFramework icon indicating copy to clipboard operation
HybridTestFramework copied to clipboard

We can add switch for each tests and run them based on user inputs

Open heyrmi opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Right now all the tests run by default, eg Web, API Tests, AWS, etc. One way to control that is through TestNG XML, Requested: Adding a provision that the user can start only one test based on config (could also do it another way).

Describe the solution you'd like Based on which tests to run we can up the docker container and do not up the containers for which the user is not going to run the tests

Describe alternatives you've considered Approach in mind:

  1. Have a properties file in which we can list all the tests to run.
  2. We can make tasks like there is for web and mobile tests.
  3. On the basis of the inputs present in config, we can up the containers and run the tests.

heyrmi avatar Aug 10 '22 09:08 heyrmi