mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
3d89506704
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 }); }); ``` |
||
---|---|---|
.. | ||
html-reporter | ||
playwright | ||
playwright-chromium | ||
playwright-core | ||
playwright-ct-react | ||
playwright-ct-svelte | ||
playwright-ct-vue | ||
playwright-ct-vue2 | ||
playwright-firefox | ||
playwright-test | ||
playwright-webkit | ||
recorder | ||
trace-viewer | ||
web | ||
.eslintrc.js |