docs(test-configuration): fix missing reference to devices in snippet (#22162)

This commit is contained in:
Rob Bayliss 2023-04-04 09:43:51 -04:00 committed by GitHub
parent 464196f9e9
commit 966f2392a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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