From d6d593234e1625415448c3b4bcc4a51de181728f Mon Sep 17 00:00:00 2001 From: Andreas Jim-Hartmann Date: Thu, 15 Sep 2022 00:31:11 +0200 Subject: [PATCH] docs(test-configuration-js.md): Removed 'video' from trace section (#17332) --- docs/src/test-configuration-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-configuration-js.md b/docs/src/test-configuration-js.md index 820cdf2789..6016dfbf5e 100644 --- a/docs/src/test-configuration-js.md +++ b/docs/src/test-configuration-js.md @@ -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