diff --git a/fronts-client/integration/run.js b/fronts-client/integration/run.js index 2e94a9dc84c..e2f435c3a29 100644 --- a/fronts-client/integration/run.js +++ b/fronts-client/integration/run.js @@ -15,7 +15,7 @@ createTestCafe('localhost', 1337, 1338) process.argv.includes('--dev') ? '' : ':headless' }` ) - .run(); + .run({ skipJsErrors: true }); }) .then(failedCount => { testcafe.close();