aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/test/testem.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mascara/test/testem.yml')
-rw-r--r--mascara/test/testem.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mascara/test/testem.yml b/mascara/test/testem.yml
new file mode 100644
index 000000000..f1f5844bd
--- /dev/null
+++ b/mascara/test/testem.yml
@@ -0,0 +1,13 @@
+launch_in_dev:
+ - Chrome
+ - Firefox
+ - Opera
+launch_in_ci:
+ - Chrome
+ - Firefox
+ - Opera
+framework:
+ - qunit
+before_tests: "npm run mascaraCi"
+after_tests: "rm ./background.js ./test-bundle.js ./bundle.js"
+test_page: "./index.html"