playwright/tests
Dmitry Gozman 3d89506704
fix(fixtures): make undefined option mean "default value" (#16026)
In the following example, `locale` inside the `describe`
would be reverted to the default value:

```js
test.use({ locale: 'en-GB' });

test.decsribe(() => {
  test.use({ locale: undefined });
});
```
2022-07-28 12:57:05 -07:00
..
android test: android test enhancements (#15797) 2022-07-20 18:27:08 +02:00
assets fix: Service Workers+Interception: missing page-level Network events (#15549) 2022-07-12 13:23:35 -07:00
components feat(ct): allow unmounting components (#15974) 2022-07-27 15:12:36 -07:00
config browser(ff-beta): roll Firefox-Beta to 103.0b5 (#15394) 2022-07-05 15:47:35 -07:00
electron chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
installation test: installation test for CDN failover (#14963) 2022-06-20 11:24:23 -07:00
library chore(default context): Apply context workaround only when browser and scenario match (#15904) 2022-07-27 12:23:22 -07:00
page chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
playwright-test fix(fixtures): make undefined option mean "default value" (#16026) 2022-07-28 12:57:05 -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