I am able to run a single test from a suite using --filter option.
I am wondering if there is a way to dynamically run multiple tests under the suite?
Thanks
A simple regex to filter for multiple tests could look like --filter '/test1|test2|test4/'. This will match any tests which contain 'test1' 'test2' or 'test4' so for example test43 would be included, but test3 would not get run. The check is case-sensitive.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With