{
  "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
  "packageManager": "npm",
  "reporters": [
    "html",
    "clear-text",
    "progress",
    "dashboard"
  ],
  "testRunner": "command",
  "dashboard": {
    "project": "github.com/brodybits/xmldom",
    "version": "master"
  },
  "coverageAnalysis": "off",
  "commandRunner": {
    "command": "npm run test:jest -- --bail --no-cache --ci --maxWorkers=1"
  },
  "timeoutMS_comment": "When all tests pass (mutant survives) our tests need some time. So this is configured to prevent 'timeout's",
  "timeoutMS": 15000
}
