]> source.dussan.org Git - sonarqube.git/commitdiff
add browser config for web tests
authorStas Vilchik <vilchiks@gmail.com>
Tue, 30 Jun 2015 08:54:19 +0000 (10:54 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 30 Jun 2015 11:20:16 +0000 (13:20 +0200)
server/sonar-web/test/intern-browser.js [new file with mode: 0644]

diff --git a/server/sonar-web/test/intern-browser.js b/server/sonar-web/test/intern-browser.js
new file mode 100644 (file)
index 0000000..eb14650
--- /dev/null
@@ -0,0 +1,15 @@
+/* jshint node:true */
+define({
+  excludeInstrumentation: /(test|third-party|node_modules)\//,
+
+  defaultTimeout: 60 * 1000,
+
+  suites: [
+    'test/unit/application.spec'
+  ],
+
+  tunnel: 'NullTunnel',
+  environments: [
+    { browserName: 'firefox' }
+  ]
+});