diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-12-12 15:23:01 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-12-12 15:23:01 +0100 |
commit | 874dccdff9b283901d983925f3d5c83879184cbc (patch) | |
tree | 52bef34be89553a934c9f6a5b0537f7adbc54195 /server/sonar-web/Gruntfile.coffee | |
parent | 99290e5b07dc5105d249392af29e89b03d25f70a (diff) | |
download | sonarqube-874dccdff9b283901d983925f3d5c83879184cbc.tar.gz sonarqube-874dccdff9b283901d983925f3d5c83879184cbc.zip |
Web Tests: take a screenshot on failure
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 75826ff14c0..0c7a26c5749 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -305,6 +305,7 @@ module.exports = (grunt) -> options: test: true 'no-colors': true + 'fail-fast': true concise: true port: '<%= grunt.option("port") %>' src: ['<%= pkg.sources %>js/tests/e2e/tests/**/*.js'] |