Configures the type of test isolation. If set to 'process'
, each test file is run in a separate child process. If set to 'none'
, all test files run in the current process.
property
test.default.RunOptions.isolation
isolation?: 'process' | 'none'