Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdunn committed Mar 21, 2016
1 parent 7efc233 commit 30b95ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Use `rspec && rake cucumber` to run the existing tests.
* ability to set a limit for the number of test runs to keep (which means we can keep screenshots for passing tests too, cleaner UI)
* refactor baselines into their own model/table, one row per unique key (also store the test info here) so that tests can be blatted but the baseline screenshots and info remain
* remove Bootstrap dependency and add better visual design
* it'd be useful for the "Update baseline" button to anchor to page scroll when reviewing many tall screenshots (otherwise you have to scroll back up to click)

### Disabling a test if it fails more than N times
Occassionaly we get a repo that has nightly tests that fail repeatedly for more than a week. In this instance we keep collecting screenshots (because we keep screenshots for failed tests). It'd be useful to be able to disable a job from within Spectre, either:
Expand Down

0 comments on commit 30b95ce

Please sign in to comment.