Releases: bizz84/AcceptanceMark
Releases · bizz84/AcceptanceMark
Improved error reporting when parsing tables
Upload generated amtool binary to release
Starting this release, after the Travis CI build completes, the binary is uploaded to the releases page.
Add --version command line option
Run amtool --version
to print the version number
First Beta Release
Command Line Tool
- Parse Markdown files and generate Swift 2 or Swift 3 test code
- Support for String, Float, Int, Bool types
- Valid Bool inputs: case insensitive "true", "false", "yes", "no", empty string (defaults to false)
Installation
Currently the project can be compiled with:
- Swift Package Manager
- Build script
Sample Code
- Date Formatter sample code included