Skip to content

Commit

Permalink
Add missing options to flank.ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Jan 21, 2021
1 parent c65a1ac commit 0dfd609
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test_runner/flank.ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,17 @@ flank:
## Disable sending usage statistics (without sensitive data) to the analytic tool.
## Default: false
# disable-usage-statistics: false

### Only Test Configuration
## Constrains a test action to only test a specified test configuration within a test plan and exclude all other test configurations.
## Flank can combine multiple constraint options, but -only-test-configuration has precedence over -skip-test-configuration.
## Each test configuration name must match the name of a configuration specified in a test plan and is case-sensitive.
## Default: null (run all test configurations)
# only-test-configuration: en

### Skip Test Configuration
## Constrains a test action to skip a specified test configuration and include all other test configurations.
## Flank can combine multiple constraint options, but -only-test-configuration has precedence over -skip-test-configuration.
## Each test configuration name must match the name of a configuration specified in a test plan and is case-sensitive.
## Default: null (run all test configurations)
# skip-test-configuration: en

0 comments on commit 0dfd609

Please sign in to comment.