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