Patrol tests runs on ios only after hot reload #1582
-
I have several flavors, and I run an example of a patrol test from the documentation, the application is running, but the tests run only after a hot reload. Android is working correctly. I may have set up the flavors incorrectly. Can you give an example of patrol with flavors? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Probably your issue is not related to flavors, I'll try to gather some info because IIRC I've seen an issue as yours before, so I come back to you soon. I suppose you did something wrong in iOS setup, so in the meantime try to check once again if you did everything correct. Regarding flavors: patrol:
app_name: Patrol example
android:
flavor: dev
package_name: pl.leancode.patrol.example.dev
ios:
flavor: dev
bundle_id: pl.leancode.patrol.Example.dev the default flavor is set to In the According to iOS: |
Beta Was this translation helpful? Give feedback.
i found mistake in my configuration, forgot set test checkbox for runner