1
0

Add end-to-end playwright test
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m40s

This commit is contained in:
2026-03-16 12:13:16 +01:00
parent f080bdce00
commit d5347a7093
9 changed files with 384 additions and 1 deletions

View File

@@ -64,8 +64,14 @@ jobs:
echo "run=false" >> "$GITHUB_OUTPUT"
fi
- name: Full integration test
- name: Full integration test (WASM)
if: steps.check-wasm.outputs.run == 'true' && env.GITEA_ACTIONS != 'true'
run: |
cd kobopatch-wasm
./test-integration.sh
- name: Full integration test (Playwright)
if: steps.check-wasm.outputs.run == 'true' && env.GITEA_ACTIONS != 'true'
run: |
cd e2e
./run-e2e.sh