playwright/tests
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
..
android chore: hide plugins for now (#13908) 2022-05-03 14:25:56 -07:00
assets feat(chromium): Service Worker Network Instrumentation and Inspection (#14716) 2022-07-01 12:49:43 -07:00
components feat(ct): support Vue2 (#14600) 2022-06-02 17:37:43 -07:00
config browser(ff-beta): roll Firefox-Beta to 103.0b5 (#15394) 2022-07-05 15:47:35 -07:00
electron test: fix some flaky failures (#15314) 2022-07-01 13:57:33 -07:00
installation test: installation test for CDN failover (#14963) 2022-06-20 11:24:23 -07:00
library test: mark driver mode as remote (#15402) 2022-07-06 09:20:07 -07:00
page test: relax expectation to work for webkit (#15397) 2022-07-05 22:15:40 -07:00
playwright-test feat(runner): anonymous describes (#15424) 2022-07-06 13:54:11 -07:00
stress fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -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