We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab6301 commit 3212fd8Copy full SHA for 3212fd8
1 file changed
pages/playwright/index.html
@@ -45,6 +45,8 @@ <h2>playwright setup</h2>
45
<h2>Usefull snippets</h2>
46
<script type="editor" data-lang="ts">
47
48
+ test.use({ actionTimeout: 2000 });
49
+
50
// extra step for codegen
51
await expect(page.locator("body")).toHaveCount(1);
52
./node_modules/.bin/playwright codegen http://0.0.0.0:5678/vite-project/dist/
0 commit comments