-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use the notification exception to annotate the file/line where it occured #75
Comments
Just to clarify, this would only be in case of an exception right? Because if you have a simple test like |
This is just a test commit as the final version should be configurable. Instead this can be used for early testing. Closes Drieam#75
This is just a test commit as the final version should be configurable. Instead this can be used for early testing. Closes Drieam#75
@runephilosof-abtion Have a look at #76. Please test this branch and see if this is what you expect. If this is indeed ok, I can work on making it production ready with configuration etc. |
This is just a test commit as the final version should be configurable. Instead this can be used for early testing. Closes Drieam#75
It should use the same filtering of files that Example:
PR #76 gives this output:
|
Instead of only annotating the spec file, also annotate where the exception happened.
Maybe make it configurable which annotations you want.
The text was updated successfully, but these errors were encountered: