From 5bc262c6690e8ce7b9c982fedd4e6faa91d30f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etienne=20Th=C3=A9odore?= Date: Fri, 3 Jan 2025 11:10:40 +0100 Subject: [PATCH] Update firebase-test-lab.mdx --- docs/documentation/ci/firebase-test-lab.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/documentation/ci/firebase-test-lab.mdx b/docs/documentation/ci/firebase-test-lab.mdx index 3e1e70536..7069ba489 100644 --- a/docs/documentation/ci/firebase-test-lab.mdx +++ b/docs/documentation/ci/firebase-test-lab.mdx @@ -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: