chore(tests): move integration tests to tests/e2e

This commit is contained in:
Haitao Pan 2026-02-09 11:29:29 +08:00
parent 392b9ba9eb
commit fa33a70523
12 changed files with 4 additions and 5 deletions

View File

@ -174,7 +174,7 @@ create-super-admin:
@bash scripts/create-super-admin.sh
integration-test:
@bash integration-test/superadmin-login/run-test-scripts.sh
@bash tests/e2e/superadmin-login/run-test-scripts.sh
# =========================================
# ⚙️ 编译与运行

View File

@ -1 +0,0 @@
[]

View File

@ -20,13 +20,13 @@ make integration-test
或直接运行脚本:
```bash
bash integration-test/superadmin-login/run-test-scripts.sh
bash tests/e2e/superadmin-login/run-test-scripts.sh
```
## API 自动化测试
```bash
bash integration-test/superadmin-login/api-test.sh
bash tests/e2e/superadmin-login/api-test.sh
```
可选环境变量:
@ -38,7 +38,7 @@ bash integration-test/superadmin-login/api-test.sh
## UI 自动化测试Playwright
```bash
bash integration-test/superadmin-login/ui-test.sh
bash tests/e2e/superadmin-login/ui-test.sh
```
可选环境变量: