Skip to content

Commit

Permalink
enable skipJsErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Nov 29, 2021
1 parent a0151dc commit 8de600a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/testcafe.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 8de600a

Please sign in to comment.