新增e2e测试脚本,修复部分问题

This commit was merged in pull request #51.
This commit is contained in:
2026-07-22 20:00:13 +08:00
parent 53d1ce6fb2
commit 4c07ec5455
105 changed files with 21700 additions and 318 deletions
@@ -0,0 +1,8 @@
/**
* Jest globalTeardown — 在测试套件执行完毕后调用
*/
module.exports = async function globalTeardown() {
console.log('\n========================================');
console.log(' 教练端 E2E 测试套件结束');
console.log('========================================\n');
};