We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf2bb commit 13ae405Copy full SHA for 13ae405
1 file changed
pages/playwright/index.html
@@ -47,6 +47,7 @@ <h2>playwright setup</h2>
47
/bin/bash playwright.sh -- --debug -g "select two" -- composition/composite-select/composite-select.e2e.ts
48
/bin/bash playwright.sh -- composition/react/composite-select-demo-attr.e2e.ts -g "show footer"
49
/bin/bash playwright.sh -t docker -- composition/react/composite-select-demo-attr.e2e.ts -g "show footer"
50
+ PLAYWRIGHT_BIN=podman /bin/bash pw.sh -t docker
51
52
npx playwright show-report
53
./node_modules/.bin/playwright test --headed --forbid-only --project=chromium --workers=1
0 commit comments