diff --git a/src/trafficlight.ts b/src/trafficlight.ts index b991548..8b2a340 100644 --- a/src/trafficlight.ts +++ b/src/trafficlight.ts @@ -90,7 +90,7 @@ async function runCypress(trafficlightUrl: string, uuid: string, openMode: boole const cypressOptions = { headed: true, // @ts-ignore-next-line - exit: false, + exit: true, quiet: false, browser: 'chromium', spec: './cypress/e2e/trafficlight/trafficlight.spec.ts',