Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@ their dependencies. When a change is detected, the test runner will
rerun the tests affected by the change.
The test runner will continue to run until the process is terminated.

This is subject to the isolation mode. With `--test-isolation=process` (the
default), only the test files affected by the change are rerun. With
`--test-isolation=none`, every test file in the run is rerun, because those
files share a single process.
Comment on lines +616 to +619

## Global setup and teardown

<!-- YAML
Expand Down
Loading