This website requires JavaScript.
Explore
Help
Sign In
mmintel
/
gridpilot.gg
Watch
1
Star
0
Fork
0
You've already forked gridpilot.gg
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
24
Commits
7
Branches
0
Tags
d4fa7afc6f56d3fe0eb7599aa73067bb6c3e5995
Commit Graph
3 Commits
Author
SHA1
Message
Date
Marc Mintel
81b2fd3cd3
feat(ci): add husky pre-commit hook and fix puppeteer-core chrome detection
2025-11-22 13:37:39 +01:00
Marc Mintel
a980a288ea
feat(automation): implement dual-mode browser automation with DevTools adapter - Add explicit result types for all automation operations (NavigationResult, FormFillResult, ClickResult, WaitResult, ModalResult) - Implement BrowserDevToolsAdapter for real browser automation via Chrome DevTools Protocol - Create IRacingSelectorMap with CSS selectors for all 18 workflow steps - Add AutomationConfig for environment-based adapter selection (mock/dev/production) - Update DI container to support mode switching via AUTOMATION_MODE env var - Add 54 new tests (34 integration + 20 unit), total now 212 passing - Add npm scripts: companion:mock, companion:devtools, chrome:debug
2025-11-21 19:54:37 +01:00
Marc Mintel
098bfc2c11
feat(companion): implement hosted session automation POC with TDD approach
2025-11-21 16:27:15 +01:00