Skip to content

Commit 033e32d

Browse files
authored
Remove the need to test JSC in 0.79 (#814)
1 parent 9575239 commit 033e32d

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

docs/guide-release-testing.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,35 @@ If any of those prerequisites is not met, the script should output a proper erro
9494
9595
If you need to build React Native from source, you can skip the `-c` parameter. By not passing the Github token, the script falls back to the previous flow, building everything locally.
9696

97-
## Dimensions to test
97+
## Dimensions to test (RN >= 0.79)
98+
99+
Here are the 4 dimensions we cover in manual testing:
100+
101+
**1. RNTester + iOS:**
102+
103+
```bash
104+
yarn test-e2e-local -t "RNTester" -p "iOS" -c $GITHUB_TOKEN
105+
```
106+
107+
**2. RNTester + Android:**
108+
109+
```bash
110+
yarn test-e2e-local -t "RNTester" -p "Android" -c $GITHUB_TOKEN
111+
```
112+
113+
**3. RNTestProject + iOS:**
114+
115+
```bash
116+
yarn test-e2e-local -t "RNTestProject" -p "iOS" -c $GITHUB_TOKEN
117+
```
118+
119+
**4. RNTestProject + Android**
120+
121+
```bash
122+
yarn test-e2e-local -t "RNTestProject" -p "Android" -c $GITHUB_TOKEN
123+
```
124+
125+
## Dimensions to test (RN <= 0.78)
98126

99127
Here are the 8 dimensions we cover in manual testing:
100128

0 commit comments

Comments
 (0)