Option to validate / deploy only running test classes in deployment set
When deploying, there's a pain point when we want to specify tests to run. It would be nice to have an option to only run test classes that are included in the deployment. Automatically identifying which test classes are in the deployment package should be fairly straight forward:
grep -ri @IsTest ./src/classes
-
Walt Kimbrough commented
This is a very necessary thing. Currently creates more unnecessary work.
-
Paweł Woźniak commented
Yes, it would be useful to improve this.
-
Jonathan Keener commented
I would love this! It initially shows just those pre-selected but then it loads the entire list. I'd love a way to filter back to having only those included in the deployment pre-selected, as that is the typical use case/starting point when choosing "Specify which tests to run" and then maybe adding an extra couple as needed.
-
Anonymous commented
I totally agree, this would be a super useful option and a big time saver!