File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9191 uses : ./.github/actions/emulator
9292
9393 - name : Run Playwright tests
94- run : npm run e2e:snapshots
94+ run : npm run e2e:ci: snapshots
9595
9696 - name : Commit Playwright updated screenshots
9797 uses : EndBug/add-and-commit@v9
Original file line number Diff line number Diff line change 4949 "test" : " tsc --project tsconfig.spec.json --noEmit && vitest --dir src/tests" ,
5050 "test:frontend" : " tsc --project tsconfig.spec.json --noEmit && vitest --config ./vitest.frontend.config.ts --dir src/frontend" ,
5151 "e2e" : " NODE_ENV=development playwright test" ,
52+ "e2e:snapshots" : " NODE_ENV=development playwright test --update-snapshots --reporter=list" ,
5253 "e2e:ci" : " playwright test --reporter=html" ,
53- "e2e:snapshots" : " playwright test --update-snapshots --reporter=list" ,
54+ "e2e:ci: snapshots" : " playwright test --update-snapshots --reporter=list" ,
5455 "e2e:report" : " playwright show-report" ,
5556 "e2e:playwright:install" : " playwright install chromium --with-deps" ,
5657 "build:console" : " scripts/cargo.sh --console" ,
You can’t perform that action at this time.
0 commit comments