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
To run the E2E tests on BrowserStack (still in `test/e2e`):
178
+
To run the E2E tests on Firefox Desktop on BrowserStack (still in `test/e2e`):
179
179
180
180
```bash
181
-
npm run e2e-test-browserstack
181
+
npm run e2e-test-browserstack-firefox
182
182
```
183
183
184
-
To run the production sanity test on BrowserStack (still in `test/e2e`):
184
+
To run the production sanity test on Firefox Desktop on BrowserStack (still in `test/e2e`):
185
185
186
186
```bash
187
-
npm run prod-sanity-test-browserstack
187
+
npm run prod-sanity-test-browserstack-firefox
188
188
```
189
189
190
-
To run the E2E tests on mobile devices on BrowserStack (still in `test/e2e`):
190
+
To run the E2E tests on Android Chrome on a real Google Pixel device on BrowserStack (still in `test/e2e`):
191
191
192
192
```bash
193
-
npm run e2e-test-mobile-browserstack
193
+
npm run e2e-tests-mobile-browserstack-android-chrome
194
194
```
195
195
196
-
To run the nightly test suite on real mobile devices in BrowserStack (still in `test/e2e`):
196
+
To run the E2E tests on iOS Safari on a real iPhone device on BrowserStack (still in `test/e2e`):
197
197
198
198
```bash
199
-
npm run prod-nightly-tests-mobile-browserstack-gha
199
+
npm run e2e-tests-mobile-browserstack-ios-safari
200
200
```
201
201
202
202
After the tests finish in your local console you'll see a link to the BrowserStack test session; when signed into your BrowserStack account you'll be able to use that link to see the test session results including video playback.
0 commit comments