Skip to content

Commit

Permalink
Update firebase-test-lab.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiruel authored Jan 3, 2025
1 parent 819dabc commit 5bc262c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/documentation/ci/firebase-test-lab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,14 @@ Farm][aws_device_farm].

First, build your Flutter app, choosing the integration test file as target:

For simulations:
```
patrol build ios --target integration_test/example_test.dart
patrol build ios --target integration_test/example_test.dart --debug --simulator
```

For physical devices:
```
patrol build ios --target integration_test/example_test.dart --release
```

`patrol build ios` outputs paths to the built app binaries, for example:
Expand Down

0 comments on commit 5bc262c

Please sign in to comment.