We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48518b commit 662b901Copy full SHA for 662b901
1 file changed
specs/playwright/auto-generate-tests-with-codegen.yaml
@@ -0,0 +1,11 @@
1
+name: Auto-generate tests with Codegen
2
+command: "npx playwright codegen {{url}}"
3
+arguments:
4
+ - name: url
5
+ - description: "URL of the webpage."
6
+ - default_value: "playwright.dev"
7
+tags:
8
+ - playwright
9
+description: "Auto-generates tests with Codegen."
10
+source_url: "https://playwright.dev/docs/codegen-intro#running-codegen"
11
+author: DominusKelvin
0 commit comments