Skip to content

Commit

Permalink
Added usage description to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zuziakaxel committed Jan 18, 2021
1 parent 2314279 commit b843395
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.md
Expand Up @@ -322,6 +322,20 @@ flank:
## Disables flank results upload on gcloud storage.
## Default: false
# disable-results-upload: 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
```

### Android example
Expand Down

0 comments on commit b843395

Please sign in to comment.