We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733e186 commit 9cf8a9eCopy full SHA for 9cf8a9e
1 file changed
pages/playwright/index.html
@@ -47,6 +47,7 @@ <h2>Usefull snippets</h2>
47
48
// extra step for codegen
49
await expect(page.locator("body")).toHaveCount(1);
50
+ ./node_modules/.bin/playwright codegen http://0.0.0.0:5678/vite-project/dist/
51
52
</script>
53
0 commit comments