playwright/utils/generate_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
..
test fix(types): allow specifying element type in locator.evaluate callback (#11048) 2021-12-21 13:17:45 -08:00
exported.json feat(test-runner): implement expect(pageOrLocator).toHaveScreenshot (#12242) 2022-02-28 12:25:59 -08:00
index.js feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
overrides-test.d.ts feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
overrides-testReporter.d.ts chore: widen Metadata type (#13942) 2022-05-04 13:16:11 -07:00
overrides.d.ts fix(har): remove types/har.d.ts, update har.ts per spec (#15046) 2022-06-22 12:16:29 -07:00
parseOverrides.js chore: generate more types (#13358) 2022-04-06 13:36:20 -07:00