Step 1: Navigate to the Test Suite

  1. In the sidebar, click Test Suite.
  2. On the Test Suite page, click Create in the top-right corner.

Step 2: Configure Your Test

  1. Name – Provide a descriptive name for the test.
  2. Platform – Select one of:
    • Web
    • iOS
    • Android

Mobile Builds (iOS / Android)

If you choose iOS or Android, an additional App Binary upload field will appear:

  1. Click Upload Build and select your .app (iOS) or .apk (Android) file.

  2. After the upload finishes, the App ID will be auto-detected from the build.

    Tip – Leave App ID blank unless you need the test to open the app on a specific screen when the device starts.

    • To override the default launch screen, enter the full bundle identifier (e.g. com.acme.app) and append a deep-link path if supported by your app, such as:

    com.acme.app://products/123

    Your mobile build must be configured to handle this deep-link for it to work.

Build Requirements

  • iOS tests require debug simulator .app builds.
    • Before uploading, open the build in Xcode and confirm it runs successfully on your local simulator.

Step 3: Save and Start Authoring

  1. Click Create Test to finish setup.
  2. You’ll be redirected to the test editor where you can start adding steps.

Need help? Reach out at [email protected].

Step 1: Navigate to the Test Suite

  1. In the sidebar, click Test Suite.
  2. On the Test Suite page, click Create in the top-right corner.

Step 2: Configure Your Test

  1. Name – Provide a descriptive name for the test.
  2. Platform – Select one of:
    • Web
    • iOS
    • Android

Mobile Builds (iOS / Android)

If you choose iOS or Android, an additional App Binary upload field will appear:

  1. Click Upload Build and select your .app (iOS) or .apk (Android) file.

  2. After the upload finishes, the App ID will be auto-detected from the build.

    Tip – Leave App ID blank unless you need the test to open the app on a specific screen when the device starts.

    • To override the default launch screen, enter the full bundle identifier (e.g. com.acme.app) and append a deep-link path if supported by your app, such as:

    com.acme.app://products/123

    Your mobile build must be configured to handle this deep-link for it to work.

Build Requirements

  • iOS tests require debug simulator .app builds.
    • Before uploading, open the build in Xcode and confirm it runs successfully on your local simulator.

Step 3: Save and Start Authoring

  1. Click Create Test to finish setup.
  2. You’ll be redirected to the test editor where you can start adding steps.

Need help? Reach out at [email protected].