playwright/tests
Dmitry Gozman 4bb563b015
fix(expect): proper return types (#13334)
A few changes:
- `Matchers<R, T>` now carries both return and argument type.
- Based on the argument type, we apply playwright-specific Page/Locator matchers.
- Return type is usually void, unless wrapped with `expect.resolves`,
  `expect.rejects` or `expect.poll()`.
- To preserve compatibility with any extended types in the wild,
  argument type is optional.
2022-04-05 16:11:11 -07:00
..
android feat(android): add androidDevice.options.omitDriverInstall (#13249) 2022-04-02 16:00:38 -07:00
assets feat(role): add more tests for accessible name (#13154) 2022-03-29 11:59:44 -07:00
components fix(svelte-ct): remove layout reset example (#13306) 2022-04-04 17:49:40 -07:00
config fix(electron): better support for custom schemas (#13329) 2022-04-05 16:10:12 -07:00
electron fix(electron): better support for custom schemas (#13329) 2022-04-05 16:10:12 -07:00
library fix(electron): better support for custom schemas (#13329) 2022-04-05 16:10:12 -07:00
page chore: unrelease 'fonts' screenshot option (#13300) 2022-04-04 14:51:11 -07:00
playwright-test fix(expect): proper return types (#13334) 2022-04-05 16:11:11 -07:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: group tests under tests/ (2) (#13082) 2022-03-25 23:09:02 -07:00