-
Notifications
You must be signed in to change notification settings - Fork 526
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
TAP reports can't be appended if there are failed tests #2095
Conversation
Hi @msinton thanks for the PR! |
23a1eb1
to
3435a39
Compare
Thank you @jcamiel |
/accept |
🕗 /accept is running, please wait for completion. |
Thanks for the PR @msinton the fix have been merged on master. |
When using flag
--report-tap
When reusing a file that contains failures, parsing fails because the file contains:
"not ok"
when expected to be
"nok"
Therefore, it is not possible to generate a list of failures with this reporting mechanism