diff options
author | Azul <azul@leap.se> | 2014-02-07 11:27:47 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-02-07 11:27:47 +0100 |
commit | f13cfd635f9d0d089da10c1a2c9f4af5ff87cda8 (patch) | |
tree | a79a186a9f302482a0fb7eb626649de99de5adb5 /.travis.yml | |
parent | d8aa92f9d4911e28c95e9abb70e87ac282ef0601 (diff) |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |