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
Running specs from browser. Console log in browser contains things like
Uncaught Extension 'lc' registered to listen for non existing event: 'ac'!
2scenarios_spec.self-aab74e4a9e58cea940c59c886d2b129405e994265bcef3120b9d937e78387840.js?body=1?body=1:54 Uncaught (in promise) undefined
checkEvent @ scenarios_spec.self-aab74e4a9e58cea940c59c886d2b129405e994265bcef3120b9d937e78387840.js?body=1?body=1:54
setTimeout (async)
checkEvent @ scenarios_spec.self-aab74e4a9e58cea940c59c886d2b129405e994265bcef3120b9d937e78387840.js?body=1?body=1:62
setTimeout (async)
checkEvent @ scenarios_spec.self-aab74e4a9e58cea940c59c886d2b129405e994265bcef3120b9d937e78387840.js?body=1?body=1:62
These are errors that my tests output as error in the console, because of some promises.
What I can not find and I think should be added to the documentation is how to get this error logged to log/development.log when I am starting teaspoon from cli
The text was updated successfully, but these errors were encountered:
thebravoman
changed the title
Log browser console output should be logged to log.
Browser console output should be logged to log.
May 20, 2020
thebravoman
changed the title
Browser console output should be logged to log.
Browser console output should be logged to log/development.log
May 20, 2020
Running specs from browser. Console log in browser contains things like
These are errors that my tests output as error in the console, because of some promises.
What I can not find and I think should be added to the documentation is how to get this error logged to log/development.log when I am starting teaspoon from cli
The text was updated successfully, but these errors were encountered: