tappy
tappy copied to clipboard
opt out of TAP parsing errors
The tappy consumer will add extra errors to the test report if the TAP stream does not conform to the spec. There should be an option to skip those checks.
Use case: some TAP producer does not conform to the spec and a dev team has no control over the output of the non-conforming producer.
--skip-rules is the likely flag name.