You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/BITRISE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ Phase 2 only validates the graph shape and intermediate artifact wiring. Browser
25
25
| Variable | Initial value | Purpose |
26
26
|---|---|---|
27
27
|`E2E_RUN_COUNT`|`2`| Number of expanded matrix rows to run in parallel. Keep this aligned with `ruby e2e/scripts/e2e_matrix count`. |
28
+
|`STOREFRONT_DOMAIN`| Bitrise secret or app env | Required by `scripts/setup_storefront_env` for sample app builds. |
29
+
|`STOREFRONT_ACCESS_TOKEN`| Bitrise secret | Required by `scripts/setup_storefront_env` for sample app builds. |
28
30
29
31
## Future secrets
30
32
@@ -47,6 +49,8 @@ React Native iOS IPA generation is added in a later phase and will require Bitri
47
49
48
50
## Caching
49
51
52
+
React Native Android E2E builds use the released native Maven artifact versions declared by the React Native sample and module configuration. Do not set local native SDK override flags for these builds.
0 commit comments