Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox committed Nov 11, 2020
1 parent f7b60bf commit fbec405
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,14 @@ gcloud:
# - 2
# - 3

### Scenario Labels
## A list of game-loop scenario labels (default: None). Each game-loop scenario may be labeled in the APK manifest file with one or more arbitrary strings, creating logical groupings (e.g. GPU_COMPATIBILITY_TESTS).
## If --scenario-numbers and --scenario-labels are specified together, Firebase Test Lab will first execute each scenario from --scenario-numbers.
## It will then expand each given scenario label into a list of scenario numbers marked with that label, and execute those scenarios.
# scenario-labels:
# - label1
# - label2

### OBB filenames
## A list of OBB required filenames. OBB file name must conform to the format as specified by Android e.g.
## [main|patch].0300110.com.example.android.obb which will be installed into <shared-storage>/Android/obb/<package-name>/ on the device.
Expand Down
6 changes: 3 additions & 3 deletions test_runner/flank.ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ gcloud:
## within the documents directory of the filesystem of an app under test (e.g. /Documents). Device paths to app
## filesystems should be prefixed by the bundle ID and a colon. Source file paths may be in the local filesystem or in Google Cloud Storage (gs://…).
# other-files
# com.my.app:/Documents/file.txt: local/file.txt
# /private/var/mobile/Media/file.jpg: gs://bucket/file.jpg
# - com.my.app:/Documents/file.txt: local/file.txt
# - /private/var/mobile/Media/file.jpg: gs://bucket/file.jpg

### Additional IPA's
## List of up to 100 additional IPAs to install, in addition to the one being directly tested.
Expand Down Expand Up @@ -241,4 +241,4 @@ flank:
### Disable Result Upload flag
## Disables flank results upload on gcloud storage.
## Default: false
# disable-results-upload: false
# disable-results-upload: false
10 changes: 9 additions & 1 deletion test_runner/flank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ gcloud:
# - 2
# - 3

### Scenario Labels
## A list of game-loop scenario labels (default: None). Each game-loop scenario may be labeled in the APK manifest file with one or more arbitrary strings, creating logical groupings (e.g. GPU_COMPATIBILITY_TESTS).
## If --scenario-numbers and --scenario-labels are specified together, Firebase Test Lab will first execute each scenario from --scenario-numbers.
## It will then expand each given scenario label into a list of scenario numbers marked with that label, and execute those scenarios.
# scenario-labels:
# - label1
# - label2

### OBB filenames
## A list of OBB required filenames. OBB file name must conform to the format as specified by Android e.g.
## [main|patch].0300110.com.example.android.obb which will be installed into <shared-storage>/Android/obb/<package-name>/ on the device.
Expand Down Expand Up @@ -306,4 +314,4 @@ flank:
### Disable Results Upload flag
## Disables flank results upload on gcloud storage.
## Default: false
# disable-results-upload: false
# disable-results-upload: false

0 comments on commit fbec405

Please sign in to comment.