AcceptanceMark icon indicating copy to clipboard operation
AcceptanceMark copied to clipboard

Tool for generating Acceptance Tests in Xcode, inspired by Fitnesse

Results 11 AcceptanceMark issues
Sort by recently updated
recently updated
newest added

Does the amtool require compatibility with Xcode 9. Would like to start using in a project using Swift 4 and Xcode 9.

Are there plans to make this be available for Swift 4?

This is an absolutely fantastic tool. I love it. Is support for generating Quick specs on the horizon?

Currently, AcceptanceMark does not provide a way of describing what each test does. It would be useful to add a `description` column to describe what the test will do. Example:...

enhancement

This is a valid markdown table: | input1 | input2 | | output | | --- | --- | --- | --- | | 1 | 2 | | 3...

## Purpose: Make it easier to get `amtool` executable (ideally no manual compilation needed)

enhancement

## Purpose: Write a command line tool to generate XCTests from a set of `.md` files encoding business rules. See [amtool Specification file](https://github.com/bizz84/AcceptanceMark/blob/master/amtool-spec.md) for details. ### TODO - [x] Add...

enhancement

## Purpose: Keep AcceptanceMark Test target up to date as input files are modified. By running `amtool`, all the required test files are written into an output folder. Unless `amtool`...

enhancement