{
  "source": "Parent-run Playwright suite, not a test executed by this child Codex run",
  "command": "npx playwright test tests/course-website.spec.mjs --reporter=json",
  "baseURL": "http://127.0.0.1:3320",
  "stats": {
    "startTime": "2026-09-11T05:25:36.622Z",
    "duration": 13749.389,
    "expected": 5,
    "skipped": 0,
    "unexpected": 0,
    "flaky": 0
  },
  "tests": [
    {
      "title": "course website presents the complete two-day 977-121 workshop path",
      "status": "expected"
    },
    {
      "title": "lesson search and day filters combine, report results, and reset safely",
      "status": "expected"
    },
    {
      "title": "theme changes only after an explicit choice and survives storage failures",
      "status": "expected"
    },
    {
      "title": "course content and lesson links remain available without JavaScript",
      "status": "expected"
    },
    {
      "title": "course shell is keyboard accessible and fits target viewports in both themes",
      "status": "expected"
    }
  ],
  "scope": [
    "11 lessons and day mapping",
    "search/filter/empty/reset including hostile query",
    "defaultLight OSdark + dark persistence + blocked storage",
    "noJS links available controls hidden",
    "keyboard skip and 320/390/1440 Light/Dark nooverflow + axe serious/critical0"
  ],
  "publication": "not yet tested in public"
}
