I would like to possibly just use the test runner script to run all and single tests of our solutions.
Current Behavior
when this file is called it runs all tests for all solutions
Possible Solution
We can either copy the test runner script, rename the script and comment out the other calls to the tests not needs as done in the following PR, but if the level of effort is very small (less than one hour) I do not feel like it should be done.
I would like to possibly just use the test runner script to run all and single tests of our solutions.
Current Behavior
when this file is called it runs all tests for all solutions
Possible Solution
We can either copy the test runner script, rename the script and comment out the other calls to the tests not needs as done in the following PR, but if the level of effort is very small (less than one hour) I do not feel like it should be done.