-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve experience of launching iOS tests on BrowserStack #1192
Comments
Work is being done internally here. When it's ready we'll update the docs to make it easy to run Patrol tests on BrowserStack for y'all. |
I'm looking forward to implement Patrol with BrowserStack in our testing solution! Any news on this ? |
Related: #1419 |
This is done - see https://patrol.leancode.co/integrations/browserstack. |
@bartekpacia Thanks for the amazing work. Looking forward to get the same for iOS. |
Hi @bartekpacia, I would like to ask if there's any plan on integrating Browserstack for iOS side as of this moment |
Any update please? |
I am hoping for this to be fixed as well! |
Hi all, In the future, we should make this setup more convenient and support iOS officially but as of now you can try to use it like that. |
@fylyppo Is there a guide on how to set up a scheme that uses Patrol in release mode with different flavors on Xcode? |
@Dbis7 all needed info should be at iOS setup section at https://patrol.leancode.co/getting-started#integrate-with-native-side. Also, you can pass |
@fylyppo I have already configured all, i only need help with TestPlans in xCode and with .ipa |
customer: @mateuszwojtczak
We want to add docs for getting Patrol tests to run on BrowserStack, similar to the docs we already have for Firebase Test Lab. This issue mainly concerns iOS, since Android is easier to get started with and the same as Firebase Test Lab.
Notes:
Official tutorial by BrowserStack
We have to use these endpoints:
In particular, we can't use this endpoint:
Because it uses XCTest, but Patrol needs XCUITest.
patrol build ios
has to be modified to be able to output an.ipa
– because BrowserStack wants an.ipa
. Currently it only outputs two.app
s (because Firebase Test Lab is okay with two.app
s and an.xctestrun
.The text was updated successfully, but these errors were encountered: