Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:

- name: Test - Adapter Rstest
if: ${{steps.skip-ci.outputs.RESULT != 'true'}}
run: cd ./tests && pnpx playwright install chromium && pnpm run test:rstest
run: cd ./tests && pnpm run test:rstest
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:

- name: Test - Adapter Rstest
if: ${{steps.skip-ci.outputs.RESULT != 'true'}}
run: cd ./tests && pnpx playwright install chromium && pnpm run test:rstest
run: cd ./tests && pnpm run test:rstest
1 change: 1 addition & 0 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"test": "pnpm test:builder && pnpm test:framework && pnpm test:rstest",
"test:framework": "cross-env MODERN_SERVER_LOG_LEVEL=info jest",
"pretest:rstest": "pnpm --dir integration/rstest/basic-app-rstest-browser exec playwright install",
"test:rstest": "rstest",
"test:builder": "cd e2e/builder && pnpm test",
"prepare": "node node_modules/puppeteer/install.mjs"
Expand Down
Loading