You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: