Skip to content

Commit

Permalink
Merge branch 'main' into up-storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Jul 9, 2024
2 parents afedbdf + 3656457 commit c32790e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/test-e2e
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

set -x

PLAYWRIGHT_VERSION=$(npm --json list @playwright/test | jq --raw-output '.dependencies["@playwright/test"].version')

docker run --rm \
--network host \
-v $(pwd):/workspace \
-w /workspace \
-it mcr.microsoft.com/playwright:v1.42.1-focal \
-it "mcr.microsoft.com/playwright:v$PLAYWRIGHT_VERSION-jammy" \
/bin/bash -c "npm install && STORYBOOK_URL=http://host.docker.internal:6006 npx playwright test $@"

0 comments on commit c32790e

Please sign in to comment.