aboutsummaryrefslogtreecommitdiffstats
path: root/testem.yml
blob: 2cf40f7f483eacf1f4782968142c692eb7444264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
launch_in_dev:
  - Chrome
  - Firefox
launch_in_ci:
  - Chrome
  - Firefox
framework:
  - qunit
before_tests: "npm run buildCiUnits"
test_page: "test/integration/index.html"