Skip to content

Releases: bizz84/AcceptanceMark

Improved error reporting when parsing tables

03 Oct 18:15
Compare
Choose a tag to compare
  • Improved error reporting for incorrect Markdown table syntax
  • Added some unit test coverage for the markdown table parser

Upload generated amtool binary to release

23 Sep 21:43
Compare
Choose a tag to compare

Starting this release, after the Travis CI build completes, the binary is uploaded to the releases page.

Add --version command line option

23 Sep 21:07
Compare
Choose a tag to compare

Run amtool --version to print the version number

First Beta Release

23 Sep 20:59
Compare
Choose a tag to compare

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