We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86655ad commit c01c615Copy full SHA for c01c615
script/test-e2e
@@ -6,5 +6,5 @@ docker run --rm \
6
--network host \
7
-v $(pwd):/workspace \
8
-w /workspace \
9
- -it mcr.microsoft.com/playwright:v1.30.0-focal \
+ -it mcr.microsoft.com/playwright:v1.32.0-focal \
10
/bin/bash -c "npm install && STORYBOOK_URL=http://host.docker.internal:6006 npx playwright test $@"
0 commit comments