chore: fix test

This commit is contained in:
Nathan
2025-08-27 13:53:56 +08:00
parent 139a32a0eb
commit 335a31f56c
17 changed files with 412 additions and 101 deletions

View File

@@ -44,7 +44,7 @@ function installConsoleInterceptors(win: any) {
};
consoleLogs.push(logEntry);
// Immediately output to Node.js console for CI visibility
// Immediately output to Cypress task for CI visibility
const message = stringifyArgs(args);
const logMessage = `[${new Date().toISOString()}] [CONSOLE.${method.toUpperCase()}] ${message}`;