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

8
.gitignore vendored
View File

@@ -11,9 +11,17 @@ kobopatch-wasm/testdata/
kobopatch-wasm/kobopatch.wasm
kobopatch-wasm/wasm_exec.js
# Test artifacts in webroot
src/public/_test_firmware.zip
# WASM artifacts copied to webroot for serving
src/public/kobopatch.wasm
src/public/wasm_exec.js
# E2E tests
e2e/node_modules/
e2e/test-results/
e2e/playwright-report/
# Claude
.claude