Skip to content

Commit 0b5603c

Browse files
omalleyandyclaude
andcommitted
docs: update production readiness with 116 tests and recent changes
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 119ffdf commit 0b5603c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/PRODUCTION_READINESS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This document tracks production-worthiness of the **chrome-devtools-mcp** server
2222

2323
| Check | Status | Notes |
2424
|-------|--------|-------|
25-
| Unit tests | [OK] | `uv run pytest tests/` - recording, replay, parse, output, api_normalize, utils |
25+
| Unit tests (116) | [OK] | `uv run pytest tests/` - 13 test files covering all modules + edge cases |
2626
| Replay smoke | [OK] | `run_tests.ps1` - replay-only from `data/cbb_recording.json` |
2727
| E2E (record) | [!!] Manual | Requires headed browser + live site; run setup/record-cbb skill |
2828
| CI | [OK] | `overtime-ag-tests.yml` on push/PR to plugin paths |
@@ -52,7 +52,7 @@ From repo root:
5252
.\scripts\test-production-readiness.ps1
5353
```
5454

55-
Use `-SkipE2E` to avoid E2E instructions (default). The script:
55+
Use `-SkipE2E` to skip E2E instructions. The script:
5656

5757
1. Builds and runs Chrome DevTools MCP tests
5858
2. Runs overtime-ag pytest
@@ -61,6 +61,10 @@ Use `-SkipE2E` to avoid E2E instructions (default). The script:
6161

6262
---
6363

64+
## Recent Changes
65+
66+
- **2026-02-11**: Fixed Windows crash on negative ASP.NET timestamps (`parse.py`). Added 116 tests across 13 files covering edge cases for all modules. Synced plugin copy with canonical `omalleyandy-plugins` repo. Added `Data.GameLines` nested extraction, `--replay-only` CLI flag, rotator/UA support, and login automation.
67+
6468
## Gaps / Future Work
6569

6670
- **Overtime-ag CI**: Add `.github/workflows/overtime-ag-tests.yml` to run pytest + replay smoke on push/PR

0 commit comments

Comments
 (0)