From 30b95ce72b3eb6181474ff49dc60d6a5df31ed6d Mon Sep 17 00:00:00 2001 From: Nick Dunn Date: Mon, 21 Mar 2016 10:11:20 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9c7d5f..f80dad1 100644 --- a/README.md +++ b/README.md @@ -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: