You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently -i / -e options accepts expressions involving Suite name and Test name.
When running test using pretty report a test index is shown:
So eventually could be usefull allow include/exclude options to accept also test indexes, like this:
<program> -i 1 will run the test with "01" index
<program> -e 2 will run the test with "01" and "03" index
This kind of change will have a huge impact on test filtering process, because filtering happen while retrieving test symbols while test index is assigned after when test run (depending on the number of test executed)
NOTE:
to update commandline api documentation
to update help command
The text was updated successfully, but these errors were encountered:
Currently -i / -e options accepts expressions involving Suite name and Test name.
When running test using pretty report a test index is shown:
So eventually could be usefull allow include/exclude options to accept also test indexes, like this:
<program> -i 1
will run the test with "01" index<program> -e 2
will run the test with "01" and "03" indexThis kind of change will have a huge impact on test filtering process, because filtering happen while retrieving test symbols while test index is assigned after when test run (depending on the number of test executed)
NOTE:
The text was updated successfully, but these errors were encountered: