Add end-to-end playwright test
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m40s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m40s
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user