Version 1.1.2 (#6)
Feature: Add GFM (GitHub Flavored Markdown) format support. (#5)
Add the
gfm
(Github Flavored Markdown) output format and improve the handling logic of the OutputFormat cases.Implement an encoder for the gfm format.
Update README.md
Co-authored-by: Kanstantsin Bucha truebucha@gmail.com
Testify
Testify converts XCTest output into a proper structure (JSON, JUNIT, MD, GFM), or it’ll miserably fail. 😉
Install command line utility
You can use the command line utility to convert test results into JSON, JUNIT, MD and GFM on the fly.
Usage
In your project folder run:
swift test | testify json
swift test | testify junit
swift test | testify md
swift test | testify gfm
You can just use the Swift Package Manager as usual:
⚠️ Don’t forget to add “Testify” to your target as a dependency!