From 63328094b16cf36f59f22414f06a1b334ad9781a Mon Sep 17 00:00:00 2001 From: John Ryan Date: Thu, 24 Jun 2021 11:53:40 -0700 Subject: [PATCH 1/2] Add iOS + Firebase TestLab instructions to "Integration testing" page. --- src/docs/testing/integration-tests/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/docs/testing/integration-tests/index.md b/src/docs/testing/integration-tests/index.md index aa7c451a75e..432c27fee71 100644 --- a/src/docs/testing/integration-tests/index.md +++ b/src/docs/testing/integration-tests/index.md @@ -234,6 +234,17 @@ you can view the output by selecting the red icon: See the [Firebase Test Lab section of the README][] for instructions on uploading the APKs from the command line. +### Uploading XCode tests + +See the [Firebase TestLab iOS instructions] +for details on how to upload the .zip file +to the Firebase TestLab section of the Firebase Console. + +### Uploading XCode tests from the command line +See the [iOS Device Testing][] section in the README +for instructions on how to upload the .zip file +from the command line. + ## Migrating from flutter_driver To migrate from flutter_driver, @@ -324,6 +335,7 @@ equivalent methods. [Firebase Console]: http://console.firebase.google.com/ [Firebase Test Lab]: https://firebase.google.com/docs/test-lab [Firebase Test Lab section of the README]: {{site.github}}/flutter/flutter/tree/master/packages/integration_test#firebase-test-lab +[Firebase TestLab iOS instructions]: https://firebase.google.com/docs/test-lab/ios/firebase-console [flutter_test]: {{site.api}}/flutter/flutter_test/flutter_test-library.html [`integration_test`]: {{site.github}}/flutter/flutter/tree/master/packages/integration_test#integration_test [integration_test usage]: {{site.github}}/flutter/flutter/tree/master/packages/integration_test#usage From 445e3ac62d1226de143314f5bcdafeaa3f58372a Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" <44418985+sfshaza2@users.noreply.github.com> Date: Mon, 12 Jul 2021 13:49:39 -0700 Subject: [PATCH 2/2] Update src/docs/testing/integration-tests/index.md --- src/docs/testing/integration-tests/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/testing/integration-tests/index.md b/src/docs/testing/integration-tests/index.md index 432c27fee71..c29b6f1a2a6 100644 --- a/src/docs/testing/integration-tests/index.md +++ b/src/docs/testing/integration-tests/index.md @@ -236,7 +236,7 @@ for instructions on uploading the APKs from the command line. ### Uploading XCode tests -See the [Firebase TestLab iOS instructions] +See the [Firebase TestLab iOS instructions][] for details on how to upload the .zip file to the Firebase TestLab section of the Firebase Console.