Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary formatter #999

Merged
merged 4 commits into from
Aug 5, 2016
Merged

Summary formatter #999

merged 4 commits into from
Aug 5, 2016

Commits on Jul 8, 2016

  1. First pass at spec formatter

    This formatter provides a high-level summary of the scenarios that were
    run. It's also A LOT simpler than the pretty formatter, and so more
    reliable for testing with.
    
    I'm thinking we can use this to build out alternative re-usable pieces
    (like the summary) that need to be re-written anyway.
    
    Work still to do:
    
    - unit tests
    - acceptance test for scenario outlines
    - finish the summary
    - colours?
    - some animation as steps run?
    mattwynne committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    15184ba View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Add summary output and make the scenario pass

    Still to do:
    
    - unit tests
    - useful output when tests fail
    mattwynne committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    7223737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4462293 View commit details
    Browse the repository at this point in the history
  3. Use shared code for summary

    mattwynne committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    c3962f5 View commit details
    Browse the repository at this point in the history