Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 724 Bytes

REPORT_EXAMPLE.md

File metadata and controls

37 lines (36 loc) · 724 Bytes

Report examaple

[
  {
    "matchers": [
      {
        "mismatch": 0,
        "fileName": "element.png",
        "files": {
          "actual": "/path/to/element.png",
          "expected": "/path/to/element.png"
        }
      }
    ],
    "testName": "Should check element",
    "passed": true,
    "browser": "chrome_80_Linux"
  },
  {
    "matchers": [
      {
        "mismatch": 2.5,
        "fileName": "viewport.png",
        "files": {
          "actual": "/path/to/viewport.png",
          "expected": "/path/to/viewport.png",
          "diff": "/path/to/viewport.png"
        }
      }
    ],
    "testName": "Should check viewport",
    "passed": false,
    "browser": "chrome_80_Linux"
  }
]