- DATE:
- AUTHOR:
- The Launchable Product Team
CLI
Predictive Test Selection
Optionally exclude new tests from subsets
DATE:
AUTHOR:
The Launchable Product Team
You can now optionally exclude new tests from Launchable subsets by including the --ignore-new-tests
option when you request a subset using launchable subset
.
This option is useful if you want to prevent new tests (with unknown execution time) from unintentionally increasing subset test execution time, but it also means that it might take longer for new tests to be recognized (since they were not run in the subset). If you use this option, make sure you continue running all the tests at various points of your workflow.
This feature is available in CLI version 1.39.0 and newer.