expo / eas-tests-example

Demo of running E2E tests on EAS Build
33 stars 2 forks source link

[ENG-3865] Upload screenshots for failing tests #1

Closed dsokal closed 2 years ago

dsokal commented 2 years ago

Use the new EAS Build feature - uploading build artifacts - to upload screenshots from failed E2E tests.

Next: update https://docs.expo.dev/build-reference/e2e-tests/

linear[bot] commented 2 years ago
ENG-3865 Testing on EAS Build documentation

**Goal** Document how to run tests on EAS Build, even though we haven't designed any affordances for this yet. If we encounter blockers to doing this, try to remove them. **Description** * Running unit tests (likely just recommend a build hook) * E2E testing (eg: detox and react-native-owl) using iOS simulators / Android emulators This task is pretty open ended. I think a good first step is to figure out how to get e2e tests (running inside of simulator/emulator) running at all on EAS Build.