aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/test/testem.yml
blob: f1f5844bd1348dea4f3cedc11830c5e61ee05a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"