server/bo_client/testem.json
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 16:06:58 +0100
changeset 29 50702e620af4
parent 4 f55970e41793
permissions -rw-r--r--
update ignore file

{
  "framework": "qunit",
  "test_page": "tests/index.html?hidepassed",
  "disable_watching": true,
  "launch_in_ci": [
    "PhantomJS"
  ],
  "launch_in_dev": [
    "PhantomJS",
    "Chrome"
  ]
}