{
  "default": "mocha",
  "types": {
    "cucumber": {
      "bin": "{bob}/node_modules/cucumber/bin/cucumber.js",
      "opts": {
        "human": "--format pretty",
        "robot": "--format json"
      },
      "args": "test-acceptance/"
    },
    "mocha": {
      "bin": "{bob}/node_modules/.bin/mocha",
      "opts": {
        "human": "--colors --reporter spec --recursive",
        "robot": "--reporter xunit --recursive"
      },
      "args": "test-acceptance/"
    }
  }
}