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:
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: