tap4j icon indicating copy to clipboard operation
tap4j copied to clipboard

tap4j - A TAP implementation for Java

Results 9 tap4j issues
Sort by recently updated
recently updated
newest added

The regex parser has grown to be somewhat complicated, so let's try a PEG parser and see if that'd be easier to maintain. - [x] TestSet - [x] Plan -...

http://testanything.org/tap-version-14-specification.html https://github.com/TestAnything/Specification/pull/25 I wish I had more time to work on this, but in case anyone reads this and decided to have a go, please feel free! It should be...

Hugo? [ReSpec](https://respec.org/)?

The multi-module Maven project was much harder to maintain (all those plug-ins and bugs due to the nature of the project, site generation, having issues releasing to Sonatype, etc). The...

They are ignored right now in the `pom.xml`, but it would be nice to add the license headers where necessary, or mark as ignored otherwise.

I'm trying to upgrade to use the latest release of tap4j. When doing some I'm running into several failures with the plugins unit tests. Specifically: ``` [ERROR] Failures: [ERROR] org.tap4j.plugin.flattentapfeature.TestFlattenTapResult.testStripFirstLevel(org.tap4j.plugin.flattentapfeature.TestFlattenTapResult)...

bug
help wanted

This is entirely Gradle's fault, but here's the upstream problem https://github.com/gradle/gradle/issues/842

help wanted
good first issue

In my application I may have to parse from a stream of TAP produced by more than one test set. In looking around for prior work in that area, I...

enhancement
help wanted
good first issue

I think I'm facing an issue that might be related to #56. With v4.2.1, `TapProducer#dump(TestSet)` resulted in something like: ``` 1..2 ok 1 Some test case 0 1..3 ok 1...

help wanted