Git Product home page Git Product logo

acceptancemark's People

Contributors

bizz84 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

acceptancemark's Issues

Generation of Quick specs?

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

AcceptanceMark Generate Test Reports

Purpose: See test success/failures via a file report that can be stored as an artifact in CI.

As the AcceptanceMark test suite runs, we want to generate a test report.

One way of doing this is to extend the generated test methods to pipe the results (success/failure with details) into an HTML file with green/red tests similar to the Fitnesse Test Report.

One advantage of this is that if the test suite crashed, all test results up to that point will have been already written into a file. NOTE how to deal with tests running concurrently? Need to ensure the report file is written atomically and in order

The generated test methods are the ideal place for this as they have knowledge of the inputs, outputs and expected values for each test.

Include all generated XCTests into an Xcode test target

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 keeps the test target up to date, the user is responsible for making sure that all the test files are included in the test target, which is error prone and a time drain.

We need a way of hooking into the client Xcode project to keep the test target up to date.

Xcode 9 Compatibility

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

Add a description column to be used as test name or comment to describe what each test does

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:

year:Int month:Int day:Int language dateStyle localizedDate description
2016 9 16 en short 9/16/16, 5:30 PM formats the date in English
2016 9 16 fr short 16/09/2016 17:30 formats the date in French
2016 9 16 it short 16/09/16, 17:30 formats the date in Italian

One way to do this is to add an additional optional column separator after the outputs. The additional description column could be used to name the test so that the generated method could change from this:

func testDateFormatting_row1()

to this:

func testDateFormatting_row1_formatsTheDateInEnglish()

AcceptanceMark Command Line Tool

Purpose: Write a command line tool to generate XCTests from a set of .md files encoding business rules.

See amtool Specification file for details.

TODO

  • Add Xcode macOS Command Line Tool target to project, named amtool
  • Parse --input-dir and -i command line argument to specify input directory for reading .md files
  • For each .md file in input directory, run test generator component

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.