~cytrogen/gstack

ref: c6c3294ee9fe774af23960b63d7af565fe84e992 gstack/test/fixtures/qa-eval-checkout-ground-truth.json -rw-r--r-- 1.6 KiB
c6c3294e — Garry Tan fix: 100% E2E pass — isolate test dirs, restart server, relax FP thresholds a month 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-checkout.html",
  "bugs": [
    {
      "id": "broken-email-regex",
      "category": "functional",
      "severity": "high",
      "description": "Email validation accepts 'user@' as valid — regex pattern [^@]+@[^@] is missing domain requirement",
      "detection_hint": "email|regex|validation|accepts|invalid|user@|pattern"
    },
    {
      "id": "nan-total",
      "category": "functional",
      "severity": "high",
      "description": "Clearing the quantity field shows 'Total: $NaN' — parseInt on empty string returns NaN with no fallback",
      "detection_hint": "NaN|total|quantity|empty|price|calculation|clear"
    },
    {
      "id": "cc-field-overflow",
      "category": "visual",
      "severity": "medium",
      "description": "Credit card input has no maxlength attribute — entering >20 characters causes text to overflow the container",
      "detection_hint": "credit card|maxlength|overflow|cc|input|long|container"
    },
    {
      "id": "missing-required-zip",
      "category": "functional",
      "severity": "medium",
      "description": "Zip code field has no 'required' attribute — form can be submitted without a zip code",
      "detection_hint": "zip|required|missing|form|submit|shipping|postal"
    },
    {
      "id": "stripe-not-defined",
      "category": "console",
      "severity": "high",
      "description": "Form submit triggers 'Uncaught ReferenceError: stripe is not defined' — payment SDK not loaded",
      "detection_hint": "stripe|ReferenceError|not defined|console|error|submit|payment"
    }
  ],
  "total_bugs": 5,
  "minimum_detection": 2,
  "max_false_positives": 5
}