playwright/docs
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
..
development devops: migrate from master to main branch (#10303) 2021-12-07 22:58:33 -08:00
src feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00