Android E2E test with Detox fails

Description of the issue

I do have a workflow for running E2E tests for Android and iOS apps written in react-native. iOS tests work fine but Android does not really. Both tests work locally. I’m using Detox@^18.23.1. Below are the logs for this issue.

Environment:

Where did the issue happen?

Standard Machine, Xcode 13.1.x, on macOS 11.4 (Big Sur)

Which build Step causes the issue and which version of the step?

It’s a custom script step, v1.1.6 :

    - script:
          inputs:
            - content: |-
                #!/bin/bash
                yarn e2e:packager &
                yarn e2e:android:bitriseTest
                # killall node
          title: Detox - Run E2E Tests on Android

Reproducibility

  • Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
  • Does a rebuild without caches help? (You can remove the Cache:Pull and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : NO
  • Does the issue happen sporadically, or every time? : Everytime
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : 1 month ago

Local reproduction

Can it be reproduced on your own Mac/PC by following our [local debug guide]
No

Build log

Hi @lukawski

Thank you for reaching out to Bitrise Support.

Can you let me know if this is still an issue? If so, would you mind sharing the build URL with support access enabled if you want us to look at the issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.