Standardize line endings
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m45s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m45s
This commit is contained in:
16
test.sh
Executable file
16
test.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
echo "=== Building WASM ==="
|
||||
"$SCRIPT_DIR/kobopatch-wasm/build.sh"
|
||||
|
||||
echo ""
|
||||
echo "=== Running WASM integration test ==="
|
||||
"$SCRIPT_DIR/kobopatch-wasm/test-integration.sh"
|
||||
|
||||
echo ""
|
||||
echo "=== Running E2E tests (Playwright) ==="
|
||||
cd "$SCRIPT_DIR/e2e"
|
||||
npm test
|
||||
Reference in New Issue
Block a user