Skip to content

Commit c01c615

Browse files
authored
chore(project): update test-e2e docker image
1 parent 86655ad commit c01c615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test-e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ docker run --rm \
66
--network host \
77
-v $(pwd):/workspace \
88
-w /workspace \
9-
-it mcr.microsoft.com/playwright:v1.30.0-focal \
9+
-it mcr.microsoft.com/playwright:v1.32.0-focal \
1010
/bin/bash -c "npm install && STORYBOOK_URL=http://host.docker.internal:6006 npx playwright test $@"

0 commit comments

Comments
 (0)