From f13cfd635f9d0d089da10c1a2c9f4af5ff87cda8 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 7 Feb 2014 11:27:47 +0100 Subject: log failing integration tests with screenshot * store the last screenshot in tmp * store the html and the end of the server log in tmp Filenames are build from the test class name and the tests name. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 232467c..3bd8ba1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,5 @@ before_script: - "bundle exec rake couchrest:migrate_with_proxies" - "bundle exec rake couchrest:migrate_with_proxies" # looks like this needs to run twice - "mv test/config/couchdb.yml.user config/couchdb.yml" +after_script: + - "cat tmp/*.test*.log" # printing logs from the failed integration tests -- cgit v1.2.3