Fix documentation for running a single E2ETest Test (#7273)
Fixes #7266 Fixes #7240 This documents how you can run a single test from E2ETest, with restriction. Fixing the restriction is tracked by https://github.com/microsoft/react-native-windows/issues/7272
This commit is contained in:
Родитель
24273ae43f
Коммит
5ef0751da1
|
@ -35,9 +35,16 @@ module.exports = {
|
|||
|
||||
> C:\repo\react-native-windows\packages\e2e-test-app> `yarn e2etest`
|
||||
|
||||
or
|
||||
|
||||
> C:\repo\react-native-windows\packages\e2e-test-app\test> `yarn e2etest`
|
||||
|
||||
|
||||
**Running a specific test**
|
||||
|
||||
> C:\repo\react-native-windows\packages\e2e-test-app> `yarn e2etest -t visitAllPages`
|
||||
> C:\repo\react-native-windows\packages\e2e-test-app\test> `yarn e2etest .\visitAllPages.test.ts`
|
||||
|
||||
⚠ This command will only work from the `test` directory ([#7272](https://github.com/microsoft/react-native-windows/issues/7272))
|
||||
|
||||
## Debugging E2E Tests in CI
|
||||
### Increasing verbosity
|
||||
|
|
Загрузка…
Ссылка в новой задаче