e2e: add clazz scheduling tests for 阿难 (teacher + student + API)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-02 08:28:35 +08:00
parent a2b7825188
commit 79a50157da
3 changed files with 365 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { test } from './fixtures';
test('check env', () => {
console.log('MOICEN_E2E_UNIONID from env:', process.env.MOICEN_E2E_UNIONID);
console.log('HUIKE_FRONT_BASE_URL:', process.env.HUIKE_FRONT_BASE_URL);
});