29b176d2db
- build: pin Playwright Test and MCP with repository-local npm, browser, and artifact paths plus sandboxed headless Chromium configuration. - test: add a browser smoke test for the login page while keeping Playwright isolated from Vitest. - docs: document Debian dependency setup, dual Chromium revisions, E2E commands, and project-scoped Codex MCP usage.
8 lines
155 B
TOML
8 lines
155 B
TOML
[tools]
|
|
go = "1.26.2"
|
|
node = "24"
|
|
|
|
[env]
|
|
NPM_CONFIG_CACHE = "{{config_root}}/.cache/npm"
|
|
PLAYWRIGHT_BROWSERS_PATH = "{{config_root}}/.cache/ms-playwright"
|