-
I've been executing my first integration test via patrol locally, and it works, but when it comes to testing on firebase, something goes wrong. by following the official guide I've followed each step:
and renamed the xctestrun to the version firebase expects (old known bug):
Then I tried to zip it and launch the test:
I don't know if it's due to patrol actually, but the tests I used to generate with I've set all the deployment versions correctly I think: Here is the codebase of my WIP project: https://github.com/gmadridsports/app-natacion/tree/screenshot-test Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
answering myself: everything was ok, except the flag
|
Beta Was this translation helpful? Give feedback.
answering myself: everything was ok, except the flag
--release
was missing. Now it works smoothly 😉