diff --git a/e2e/cypress-12-demo/scripts/test.ts b/e2e/cypress-12-demo/scripts/test.ts index 975a3db..cd4dcb0 100644 --- a/e2e/cypress-12-demo/scripts/test.ts +++ b/e2e/cypress-12-demo/scripts/test.ts @@ -55,11 +55,11 @@ colors.enable(); "Test Passed: Cypress Cloud output is the same in ccy 1.9 cypress 12 without change and ccy 1.10 cypress 12 with changes" ); - // if (currentsApiErrors.length > 0 || cypressCloudErrors.length > 0) { - // process.exit(1); - // } else { - process.exit(0); - // } + if (currentsApiErrors.length > 0 || cypressCloudErrors.length > 0) { + process.exit(1); + } else { + process.exit(0); + } } catch (err: any) { console.error("Process error:", err); process.exit(1);