Skip to content

Commit

Permalink
Update FLUTTER_INTEGRATION_TEST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Nov 6, 2023
1 parent 5f74452 commit ee699b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/FLUTTER_INTEGRATION_TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ nightly.(It's expensive to run integration tests on iOS and Android on every PR)

#### View Integration Test Results

To view integration tests results for Web, iOS and Android, navigate to [Firebase Test Lab](https://console.firebase.google.com/u/0/project/dev-catalyst-voice/testlab/histories) and select the appropriate history.
To view integration tests results for Web, iOS and Android,
navigate to [Firebase Test Lab](https://console.firebase.google.com/u/0/project/dev-catalyst-voice/testlab/histories)
and select the appropriate history.

### Local

Expand Down Expand Up @@ -84,6 +86,7 @@ Navigate to `catalyst_voices/android` start Android Emulator or connect Android

>Note: To use --dart-define with gradlew you must base64 encode all parameters,
>and pass them to gradle in a comma separated list:
```sh
./gradlew project:task -Pdart-defines="{base64(key=value)},[...]"
```
Expand Down

0 comments on commit ee699b3

Please sign in to comment.