Skip to content

Commit

Permalink
Add readme note for new param.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Oct 10, 2023
1 parent b348927 commit 6efc1da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firebase-test-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
test_devices: model=redfin,version=30;model=oriole,version=33
```

- `test_device_selection` [default: `all`]: Whether to run the tests on all test_devices (separated by semicolons) or a random selection. Allowed values: [`all`, `random`].

- `timeout` [default: 600s]: The maximum duration you want your test to run. You can enter an integer to represent the duration in seconds, or an integer and enumeration to represent the duration as a longer unit of time.

- `additional_flags`: Additional [gcloud firebase test](https://cloud.google.com/sdk/gcloud/reference/firebase/test) flags and values that may be used. e.g. `--xcode-version=11.3` for XCTest.
Expand Down

0 comments on commit 6efc1da

Please sign in to comment.