File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 "test:e2e" : " playwright test" ,
5656 "test:e2e:update" : " playwright test --update-snapshots" ,
5757 "test:e2e:ui" : " playwright test --ui" ,
58- "test:e2e:docker" : " docker run --rm -e EXAMPLE -v $(pwd):/work -w /work -it mcr.microsoft.com/playwright:v1.58.0-noble sh -c 'apt-get update -qq && apt-get install -qq -y python3-venv curl > /dev/null && curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH=\" $HOME/.local/bin:$PATH\" && npm i -g bun && npm ci && npx playwright test'" ,
59- "test:e2e:docker:update" : " npm run build:all && docker run --rm -e EXAMPLE -v $(pwd):/work -w /work -it mcr.microsoft.com/playwright:v1.58.0-noble sh -c 'apt-get update -qq && apt-get install -qq -y python3-venv curl > /dev/null && curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH=\" $HOME/.local/bin:$PATH\" && npm i -g bun && npm ci && npx playwright test --update-snapshots'" ,
58+ "test:e2e:docker" : " docker run --rm -e EXAMPLE -v $(pwd):/work -w /work -i mcr.microsoft.com/playwright:v1.58.0-noble sh -c 'apt-get update -qq && apt-get install -qq -y python3-venv curl > /dev/null && curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH=\" $HOME/.local/bin:$PATH\" && npm i -g bun && npm ci && npx playwright test'" ,
59+ "test:e2e:docker:update" : " npm run build:all && docker run --rm -e EXAMPLE -v $(pwd):/work -w /work -i mcr.microsoft.com/playwright:v1.58.0-noble sh -c 'apt-get update -qq && apt-get install -qq -y python3-venv curl > /dev/null && curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH=\" $HOME/.local/bin:$PATH\" && npm i -g bun && npm ci && npx playwright test --update-snapshots'" ,
6060 "preexamples:build" : " npm run build" ,
6161 "examples:build" : " bun examples/run-all.ts build" ,
6262 "examples:start" : " NODE_ENV=development npm run build && bun examples/run-all.ts start" ,
You can’t perform that action at this time.
0 commit comments