-
Notifications
You must be signed in to change notification settings - Fork 20
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
Working with node-tap 14? #23
Comments
I'm seeing the same; any luck making it work @jsumners ? |
@robcresswell no. I haven't had time to get back to it and see which is the most recent version to work. @isaacs do you have any guesses? |
I'm not sure, but it looks like this does not have support for indented subtests, relying instead on comments to identify test suite boundaries. The current version of Instead of using comments to identify suites, the latest tap-parser emits a illustrative example
Incidentally, as a workaround, this might actually make it sort of work: tap-parser -t -f example
|
Thank you. I'll give it a shot when I get some time. |
That was fast; thanks @isaacs, will also give this a go. |
Probably would be a good idea for the |
The failure followed by output sounds like it could be the same issue that I was running into. If it is, PR https://github.com/aghassemi/tap-xunit/pull/26 provides a fix. |
I'm running
tap --no-coverage-report 'test/**/*.test.js' | npx tap-xunit
against a suite of tests that has a failure and I'm not seeing any output. The installedtap
version is 14.4.3.The text was updated successfully, but these errors were encountered: