Navigation Menu

Skip to content

Commit

Permalink
Update from Forestry.io - Updated device-testing-for-ios.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-baba authored and Forestry.io committed Nov 16, 2018
1 parent 1cdb08f commit 364d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _articles/testing/device-testing-for-ios.md
Expand Up @@ -12,7 +12,7 @@ Our device testing solution is based on [Firebase Test Lab](https://firebase.goo

For iOS apps, Firebase Test Lab runs [XCTest](https://developer.apple.com/documentation/xctest) tests. Find the list of the available devices [here](https://firebase.google.com/docs/test-lab/ios/available-testing-devices).

{% include message_box.html type="note" title="Limitations" content="You might be limited by your overall build time. Also note that a single build can contain only one `iOS Device Testing` Step, performing one type of test. This is because Bitrise sends the build slug to Firebase Test Lab. Sending the same build slug results in a _"Build already exists"_ error." %}
{% include message_box.html type="note" title="Limitations" content="You might be limited by your overall build time. Also note that a single build can contain only one `iOS Device Testing` Step, performing one type of test. This is because Bitrise sends the build slug to Firebase Test Lab. Sending the same build slug results in a _Build already exists_ error." %}

## Enabling Device Testing

Expand Down

0 comments on commit 364d5e0

Please sign in to comment.