Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/docs/testing/integration-tests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down