Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 17:56:56 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 17:56:56 +0400
commit1ec732d8117adc7e5714367fb7dbbcc031806a55 (patch)
tree110779df3b5d6346f0ddb409c46f718e47884590 /tests/lib
parent0195bb541d39b0b5c443ddf4dc426b1a8a2e8137 (diff)
Debugging dashboard issues on travis.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/run-tests.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/screenshot-testing/run-tests.js b/tests/lib/screenshot-testing/run-tests.js
index 6ddde1d92f..cb828773b0 100644
--- a/tests/lib/screenshot-testing/run-tests.js
+++ b/tests/lib/screenshot-testing/run-tests.js
@@ -27,6 +27,8 @@ if (options['help']) {
app.printHelpAndExit();
}
+options['tests'] = ['Login']; // TODO: remove after debugging testing done
+
app.init();
app.loadTestModules();
app.runTests(); \ No newline at end of file