Skip to content

Commit

Permalink
Update docs/feature/1609-add-apk-name-to-result-matrix.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Wright <slooxied@gmail.com>
  • Loading branch information
2 people authored and mergify-bot committed Mar 9, 2021
1 parent f336b7d commit f03d138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature/1609-add-apk-name-to-result-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ On the other hand, finding the apk file name is simple and straightforward. To a
* find app used during tests under the `TestMatrix` -> `TestSpecification`
* once we have `TestSpecification`, iterate over all specs (android/ios/instrumentation/etc.) and find non-null
* since we can run only one spec within a matrix, only one (spec) is non-null
* fetch `appApk` from spec (this is full `gs://` path) `TestSpecyfication#appApk`
* fetch `appApk` from spec (this is full `gs://` path) `TestSpecification#appApk`
* extract file name from `gs://` path
* logic should be converted to a separate function to preserve readability
* Google API likes to return `null` - flank should handle it!
Expand Down

0 comments on commit f03d138

Please # to comment.