mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(test-configuration): fix missing reference to devices in snippet (#22162)
This commit is contained in:
parent
464196f9e9
commit
966f2392a0
@ -10,7 +10,7 @@ Playwright has many options to configure how your tests are run. You can specify
|
|||||||
Here are some of the most common configuration options.
|
Here are some of the most common configuration options.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { defineConfig } from '@playwright/test';
|
import { defineConfig, devices } from '@playwright/test';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
// Look for test files in the "tests" directory, relative to this configuration file.
|
// Look for test files in the "tests" directory, relative to this configuration file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user