Useful to set some options without coming up with an artificial name.
```js
test.describe(() => {
test.use({ colorScheme: 'dark' });
test('my test', () => {});
})
```
|
||
|---|---|---|
| .. | ||
| class-location.md | ||
| class-reporter.md | ||
| class-suite.md | ||
| class-testcase.md | ||
| class-testresult.md | ||
| class-teststep.md | ||