aboutsummaryrefslogtreecommitdiffstats
path: root/testem.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testem.yml')
-rw-r--r--testem.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/testem.yml b/testem.yml
new file mode 100644
index 000000000..7923a2929
--- /dev/null
+++ b/testem.yml
@@ -0,0 +1,9 @@
+launch_in_dev:
+ - Chrome
+ - Firefox
+launch_in_ci:
+ - Chrome
+ - Firefox
+framework:
+ - qunit
+test_page: "test/integration/index.html"