Repository: couchdb-fauxton Updated Branches: refs/heads/master 6565e797e -> 17ccbe019
ci: create screenshots in order to get a first impression what fails on the ci Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/17ccbe01 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/17ccbe01 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/17ccbe01 Branch: refs/heads/master Commit: 17ccbe01943fdbb3c843af6c1862822663fa0679 Parents: 6565e79 Author: Robert Kowalski <[email protected]> Authored: Tue Jan 20 18:00:54 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Mon Jan 26 10:25:58 2015 +0100 ---------------------------------------------------------------------- test/nightwatch_tests/nightwatch.json.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/17ccbe01/test/nightwatch_tests/nightwatch.json.underscore ---------------------------------------------------------------------- diff --git a/test/nightwatch_tests/nightwatch.json.underscore b/test/nightwatch_tests/nightwatch.json.underscore index f73b216..b22fff0 100644 --- a/test/nightwatch_tests/nightwatch.json.underscore +++ b/test/nightwatch_tests/nightwatch.json.underscore @@ -31,8 +31,8 @@ "silent" : true, "disable_colors": false, "screenshots" : { - "enabled" : false, - "path" : "" + "enabled" : true, + "path" : "./test/nightwatch_tests/reports" }, "desiredCapabilities" : { "browserName" : "firefox",
