{
  // Comments are allowed here!
  "testBundle": "./lib/cjs/test/webpack/bundled-tests.js",
  // "instrumentedTestBundle": "./lib/cjs/test/webpack/bundled-tests.instrumented.js",
  "backendInitModule": "./node_modules/@itwin/oidc-signin-tool/lib/cjs/certa/certaBackend.js",
  "ports": {
    "debugging": 5858,
    "frontend": 3000,
    "frontendDebugging": 9223
  },
  "mochaOptions": {
    "timeout": 50000,
    "reporter": "node_modules/@itwin/build-tools/mocha-reporter",
    "reporterOptions": {
      "mochaFile": "lib/test/junit_results.xml"
    }
  },
  "chromeOptions": {
    "args": [
      "--disable-web-security",
      "--no-sandbox"
    ]
  }
}