diff --git a/.github/testcafe.json b/.github/testcafe.json index 82a7b82c1..4ce49be6e 100644 --- a/.github/testcafe.json +++ b/.github/testcafe.json @@ -1,5 +1,6 @@ { "src": ["tests/acceptance/acceptancesuites/*.js", "!tests/acceptance/acceptancesuites/searchbaronlysuite.js"], "appCommand": "npx serve -l tcp://0.0.0.0:9999", - "appInitDelay": 4000 + "appInitDelay": 4000, + "skipJsErrors": true } \ No newline at end of file