Skip to content
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

Running integration test on a real iOS device #885

Open
1 task
JvnSlv opened this issue Nov 19, 2024 · 0 comments
Open
1 task

Running integration test on a real iOS device #885

JvnSlv opened this issue Nov 19, 2024 · 0 comments

Comments

@JvnSlv
Copy link
Contributor

JvnSlv commented Nov 19, 2024

As a developer, I need to run integration tests on a real device to check if all the functionalities of the application work as expected.
Currently, if I try to start integration tests, using the existing script, on a physical iOS device, the test does not start.
The issue is that the tests are executed in the debug mode and in order to run the tests on a physical iOS device, release mode is required.
Release mode is only required for iOS devices, while: iOS simulator, android emulator, and android devices all work in the debug mode.

AC's:

  • In the integration test script add a step that asks the user if the test is being run on a simulator or a physical device
@JvnSlv JvnSlv converted this from a draft issue Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant