~cytrogen/gstack

ref: 6169273d16b7ab8690943241fa802e5a1ca85305 gstack/test/fixtures/qa-eval-ground-truth.json -rw-r--r-- 1.5 KiB
6169273d — Garry Tan feat: /design-html works from any starting point (v0.15.1.0) (#734) 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "fixture": "qa-eval.html",
  "bugs": [
    {
      "id": "broken-link",
      "category": "functional",
      "severity": "medium",
      "description": "Navigation link 'Resources' points to /nonexistent-404-page which returns 404",
      "detection_hint": "link|404|broken|dead|nonexistent|Resources"
    },
    {
      "id": "disabled-submit",
      "category": "functional",
      "severity": "high",
      "description": "Contact form submit button has 'disabled' attribute permanently — form can never be submitted",
      "detection_hint": "disabled|submit|button|form|cannot submit|contact"
    },
    {
      "id": "content-overflow",
      "category": "visual",
      "severity": "medium",
      "description": "Statistics text is clipped by overflow:hidden container — content wider than 400px container",
      "detection_hint": "overflow|clipped|truncated|hidden|text cut|statistics"
    },
    {
      "id": "missing-alt",
      "category": "accessibility",
      "severity": "medium",
      "description": "Logo image (<img src='/logo.png'>) has no alt attribute",
      "detection_hint": "alt|accessibility|image|a11y|missing alt|logo"
    },
    {
      "id": "console-error",
      "category": "console",
      "severity": "high",
      "description": "TypeError on page load: Cannot read properties of undefined (reading 'map')",
      "detection_hint": "console|error|TypeError|undefined|map"
    }
  ],
  "total_bugs": 5,
  "minimum_detection": 2,
  "max_false_positives": 5
}