You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
When I run TestCafe Live, the test runs fine but then as soon as I make a change in a file it crashes:
Make changes in the source files or press ctrl+r to restart test run.
Stopping TestCafe Live...
.../node_modules/lodash/lodash.js:12148
function isSymbol(value) {
^
RangeError: Maximum call stack size exceeded
at isSymbol (.../node_modules/lodash/lodash.js:12148:22)
at isKey (.../node_modules/lodash/lodash.js:6320:28)
at castPath (.../node_modules/lodash/lodash.js:4471:14)
at hasPath (.../node_modules/lodash/lodash.js:6132:14)
at Function.has (.../node_modules/lodash/lodash.js:13150:32)
at Graph.hasNode (.../node_modules/graphlib/lib/graph.js:169:12)
at ModulesGraph.addNode (.../node_modules/testcafe-live/lib/file-watcher/modules-graph.js:32:24)
at children.forEach.child (.../node_modules/testcafe-live/lib/file-watcher/modules-graph.js:25:22)
at Array.forEach (<anonymous>)
at ModulesGraph._updateChildren (.../node_modules/testcafe-live/lib/file-watcher/modules-graph.js:21:22)
I'm using Node 8.9 and TestCafe 0.18.6 on OSX 10.11.
When I run TestCafe Live, the test runs fine but then as soon as I make a change in a file it crashes:
I'm using Node 8.9 and TestCafe 0.18.6 on OSX 10.11.