github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/testem.json (about)

     1  {
     2    "framework": "qunit",
     3    "test_page": "tests/index.html?hidepassed",
     4    "disable_watching": true,
     5    "launch_in_ci": [
     6      "PhantomJS"
     7    ],
     8    "launch_in_dev": [
     9      "PhantomJS",
    10      "Chrome"
    11    ]
    12  }