test(e2e/agents): add e2e:agents npm script

Wraps the agents-suite Playwright config so it can run alongside the
existing e2e suite without colliding on globalSetup.
This commit is contained in:
Ishaan Jaffer 2026-05-06 15:09:02 -07:00
parent 59e1293c10
commit ffd37b7ed8
No known key found for this signature in database

View file

@ -16,6 +16,7 @@
"format:check": "prettier --check .",
"e2e": "playwright test --config e2e_tests/playwright.config.ts",
"e2e:ui": "playwright test --ui --config e2e_tests/playwright.config.ts",
"e2e:agents": "playwright test --config e2e_tests/playwright.agents.config.ts",
"knip": "knip",
"knip:fix": "knip --fix"
},