Skip to content

Running integration test on a real iOS device #885

@JvnSlv

Description

@JvnSlv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions