playwright/packages/playwright-test/types
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
..
component.d.ts fix(ct): return locator to root for fragments (#14639) 2022-06-04 14:07:06 -07:00
expect-types.d.ts chore: embed expect types (#13609) 2022-04-18 10:54:40 -07:00
test.d.ts feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
testReporter.d.ts feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00