{
  "stats": {
    "expected": 1,
    "unexpected": 2,
    "skipped": 0,
    "duration": 12000
  },
  "suites": [
    {
      "title": "catalog",
      "file": "tests/e2e/catalog/catalog-lifecycle.spec.ts",
      "specs": [
        {
          "title": "creates record",
          "file": "tests/e2e/catalog/catalog-lifecycle.spec.ts",
          "tests": [
            {
              "title": "creates record",
              "results": [{ "status": "passed" }]
            }
          ]
        },
        {
          "title": "edits toolbar action",
          "file": "tests/e2e/catalog/catalog-lifecycle.spec.ts",
          "tests": [
            {
              "title": "edits toolbar action",
              "results": [
                {
                  "status": "failed",
                  "error": {
                    "message": "TimeoutError: locator.getByRole('button', { name: 'Save' }) not found"
                  }
                }
              ]
            }
          ]
        },
        {
          "title": "publishes export",
          "file": "tests/e2e/catalog/catalog-lifecycle.spec.ts",
          "tests": [
            {
              "title": "publishes export",
              "results": [
                {
                  "status": "failed",
                  "error": {
                    "message": "TimeoutError: locator.getByRole('button', { name: 'Publish' }) not found"
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
