mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03: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.
|
||||
|
||||
```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 New Issue
Block a user