docs(test-configuration-js.md): Removed 'video' from trace section (#17332)

This commit is contained in:
Andreas Jim-Hartmann 2022-09-15 00:31:11 +02:00 committed by GitHub
parent 8466c436c9
commit d6d593234e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ Playwright Test can produce test traces while running the tests. Later on, you c
- `'retain-on-failure'` - Record trace for each test, but remove it from successful test runs.
- `'on-first-retry'` - Record trace only when retrying a test for the first time.
Trace files will appear in the test output directory, typically `test-results`. See [`property: TestOptions.trace`] for advanced video configuration.
Trace files will appear in the test output directory, typically `test-results`. See [`property: TestOptions.trace`] for advanced configuration.
```js tab=js-js
// @ts-check