Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Mar 14, 2024
1 parent 6df9a14 commit 4280087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
merge-multiple: true

- name: 'Merge all e2e blob reports'
run: yarn test-e2e merge-reports --reporter html ./e2e-blob-reports-all
run: yarn test-e2e-merge-reports ./e2e-blob-reports-all

- name: 'Upload HTML report'
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test-update": "yarn test --updateSnapshot",
"test-e2e": "yarn --cwd uui-build test-e2e",
"test-e2e-update": "yarn --cwd uui-build test-e2e-update",
"test-e2e-merge-reports": "yarn --cwd uui-build test-e2e-merge-reports",
"test-e2e-show-report": "yarn --cwd uui-build test-e2e-show-report",
"track-bundle-size": "yarn --cwd uui-build track-bundle-size",
"track-bundle-size-override": "yarn track-bundle-size --override-baseline"
Expand Down
1 change: 1 addition & 0 deletions uui-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"playwrite-cli": "cd .. && npx playwright",
"test-e2e": "yarn playwrite-cli test",
"test-e2e-show-report": "yarn playwrite-cli show-report .reports/playwrite/report",
"test-e2e-merge-reports": "yarn playwrite-cli merge-reports --reporter html",
"test-e2e-debug": "yarn playwrite-cli test --ui",
"test-e2e-update": "yarn playwrite-cli test --update-snapshots",
"test-e2e-install-deps": "yarn playwrite-cli install --with-deps chromium",
Expand Down

0 comments on commit 4280087

Please sign in to comment.