mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(test-parallel-js): fixes typo in retries (#8387)
This commit is contained in:
parent
ce2aa1782b
commit
c355d4d05a
@ -57,9 +57,9 @@ You can disable any parallelism by allowing just a single worker at any time. Ei
|
||||
npx playwright test --workers=1
|
||||
```
|
||||
|
||||
## Failed tests, retires and serial mode
|
||||
## Failed tests, retries and serial mode
|
||||
|
||||
Should any test fail, Playwright Test will discard entire worker process along with the browsers used and will start a new one. Testing will continue in the new worker process, starting with retrying the failed test, or from the next test if retires are disabled.
|
||||
Should any test fail, Playwright Test will discard entire worker process along with the browsers used and will start a new one. Testing will continue in the new worker process, starting with retrying the failed test, or from the next test if retries are disabled.
|
||||
|
||||
This scheme works perfectly for independent tests and guarantees that failing tests can't affect healthy ones. Consider the following snippet:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user