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.
|
||||
|
||||
```js
|
||||
import { defineConfig } from '@playwright/test';
|
||||
import { defineConfig, devices } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
// Look for test files in the "tests" directory, relative to this configuration file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue