playwright/packages
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
..
html-reporter chore(html report): title row UI fixes (#15632) 2022-07-13 15:12:15 -07:00
playwright chore: cut v1.24 (#15654) 2022-07-14 09:42:40 -07:00
playwright-chromium chore: cut v1.24 (#15654) 2022-07-14 09:42:40 -07:00
playwright-core feat(webkit): roll to r1691 (#16000) 2022-07-27 16:39:01 -07:00
playwright-ct-react feat(ct): allow unmounting components (#15974) 2022-07-27 15:12:36 -07:00
playwright-ct-svelte feat(ct): allow unmounting components (#15974) 2022-07-27 15:12:36 -07:00
playwright-ct-vue feat(ct): allow unmounting components (#15974) 2022-07-27 15:12:36 -07:00
playwright-ct-vue2 feat(ct): allow unmounting components (#15974) 2022-07-27 15:12:36 -07:00
playwright-firefox chore: cut v1.24 (#15654) 2022-07-14 09:42:40 -07:00
playwright-test fix(fixtures): make undefined option mean "default value" (#16026) 2022-07-28 12:57:05 -07:00
playwright-webkit chore: cut v1.24 (#15654) 2022-07-14 09:42:40 -07:00
recorder feat(inspector): add keyboard shortcuts (#12014) (#15326) 2022-07-07 11:25:48 -07:00
trace-viewer feat(trace-viewer): show request time in trace viewer network tab (#14353) 2022-07-07 11:26:31 -07:00
web fix(types): follow up to react 18 changes (#14671) 2022-06-06 21:05:47 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00