Skip to content

Commit 662b901

Browse files
committed
feat: add workflow for codegen
1 parent c48518b commit 662b901

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)