From c086b09f7ed73fc7212c53bd342b8ecb97ef1df1 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Fri, 3 May 2024 16:21:51 +0200 Subject: [PATCH] docs: add new video on generating tests (#30631) --- docs/src/getting-started-vscode-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started-vscode-js.md b/docs/src/getting-started-vscode-js.md index af22b88337..1845b46521 100644 --- a/docs/src/getting-started-vscode-js.md +++ b/docs/src/getting-started-vscode-js.md @@ -139,7 +139,7 @@ To learn more about the trace viewer see our [Trace Viewer guide](./trace-viewer CodeGen will auto generate your tests for you as you perform actions in the browser and is a great way to quickly get started. The viewport for the browser window is set to a specific width and height. See the [configuration guide](./test-configuration.md) to change the viewport or emulate different environments.