Skip to content

Commit d838554

Browse files
Update example app configuration and enhance E2E testing documentation
1 parent c39f4c1 commit d838554

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Runs React Native SDK E2E tests from e2e-system-tests on every PR.
2+
# The check runs in the e2e-system-tests repo and reports back here; merge is blocked until it passes.
3+
# Require this check in branch protection: Settings → Branches → rule → "React Native SDK E2E".
4+
5+
name: React Native SDK E2E
6+
7+
on:
8+
pull_request:
9+
types: [opened, synchronize, reopened]
10+
11+
jobs:
12+
react-native-sdk-e2e:
13+
name: React Native SDK E2E
14+
uses: frontegg/e2e-system-tests/.github/workflows/react-native-sdk-e2e-reusable.yml@main
15+
with:
16+
repo_ref: ${{ github.event.pull_request.head.sha }}
17+
test_suite: hosted:no-social
18+
secrets: inherit

0 commit comments

Comments
 (0)