{
  "version": 2,
  "outputCapture": "direct-nodejs",
  "$schema": "http://json-schema.org/schema",
  "title": "ShowReport executor",
  "description": "",
  "type": "object",
  "properties": {
    "reportPath": {
      "type": "string",
      "description": "Path to the directory containing the tests report"
    }
  },
  "required": ["reportPath"]
}
