playwright/docs/src/test-api
Dmitry Gozman 89c16cbc8b
feat(runner): anonymous describes (#15424)
Useful to set some options without coming up with an artificial name.

```js
test.describe(() => {
  test.use({ colorScheme: 'dark' });

  test('my test', () => {});
})
```
2022-07-06 13:54:11 -07:00
..
class-fixtures.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00
class-test.md feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
class-testconfig.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00
class-testerror.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00
class-testinfo.md feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
class-testoptions.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00
class-testproject.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00
class-workerinfo.md docs: annotate since (#15386) 2022-07-05 17:24:50 -07:00