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
We discovered that when a test has 8 nested levels of describe blocks, the following error is generated when running via phantomjs. In our case we are running it via guard. 8 levels is rather deep, but in this case we were testing some workflow interaction.
Is it possible to increase the maximum allowed depth?
ERROR: Cannot decode JSON from PhantomJS runner: nesting of 20 is too deep
The text was updated successfully, but these errors were encountered:
I wasn't aware of this limitation. It looks like it's caused because of a nesting limitation in the JSON parser. I disabled the limitation, can you use the master branch to see if it fixes your problem?
We discovered that when a test has 8 nested levels of describe blocks, the following error is generated when running via phantomjs. In our case we are running it via guard. 8 levels is rather deep, but in this case we were testing some workflow interaction.
Is it possible to increase the maximum allowed depth?
The text was updated successfully, but these errors were encountered: