init 003_test,

This commit is contained in:
2025-05-16 11:13:50 +08:00
parent 3e3e23aa68
commit 2371e40ad2
59 changed files with 1937 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -ex
# npx playwright test
npx playwright --version
npx playwright test --ui
npx playwright show-report --host 0.0.0.0
echo "done"