-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime errors #977
Comments
Hmm interesting. Could you try again with |
thanks for getting back to me @nicojs I ran it with I also don't see any of these errors as it's running, just loads of |
If you scroll up you should be able to see the runtime errors themselves. It is printed before the actual results. We're working on a feature for logging to a file. Untill then, you could use |
I can't see any runtime errors in the output. I just ran one of the tests manually by copying the trace output:
When I run the above I get no output at all, if I remove |
Hmm ok, so we know the problem is somewhere in Stryker. Could you send me the console output somehow? You can use nicojs [AT] infosupport [DOT] com (no spaces) |
With the help of @nicojs we found the problem to be one of my tests leaking state. A global Currently these errors are not being output to the user even with the Many thanks to @nicojs for the help, and the whole Stryker team for creating an awesome tool. |
Add debug logging of run time error messages for all test runners. Fixes #977
@samfoot: Could you name the dependency that was causing this problem? I am facing a similar issue here |
Summary
I am getting a large number of runtime errors when running stryker. I have tried running with loglevel: 'debug' but I don't see any obvious errors, the tests run manually with jest without issue. How can I find out what is causing me to have so many runtime errors?
Stryker config
Stryker environment
Your Environment
Screenshot
The text was updated successfully, but these errors were encountered: