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 | ||