]> source.dussan.org Git - sonarqube.git/commitdiff
ignore screenshots from tests
authorStas Vilchik <vilchiks@gmail.com>
Tue, 31 Mar 2015 07:40:29 +0000 (09:40 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 31 Mar 2015 07:40:29 +0000 (09:40 +0200)
server/sonar-web/.gitignore
server/sonar-web/src/test/js/source-viewer-duplications.js

index 88be9357e05c77a1ac240e1702ee1319d191c9b2..6b1e3f49faf4c139f768cc45f5364eaf0a62306e 100644 (file)
@@ -10,3 +10,6 @@ src/main/webapp/js/
 src/main/webapp/css/
 src/main/webapp/WEB-INF/lib/*.jar
 !src/main/webapp/WEB-INF/lib/eastwood-1.1.0.jar
+
+# tests
+src/test/json/*.png
index 35743ff2e2053d68114f5998aaa4711d2f22cd62..d4a3bca6f71a966496c9d91c334b101e9eedbc4a 100644 (file)
@@ -109,7 +109,6 @@ casper.test.begin(testName('In Removed Component'), 2, function (test) {
       })
 
       .then(function () {
-        lib.capture();
         test.assertExists('.bubble-popup .alert');
       })