You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
314 B
12 lines
314 B
---
|
|
description: Playwright E2E testing configuration for AI agents
|
|
globs:
|
|
alwaysApply: true
|
|
---
|
|
|
|
When running Playwright e2e tests as an AI agent, use the list reporter for better parsing:
|
|
|
|
Set PLAYWRIGHT_REPORTER=list environment variable before running tests.
|
|
|
|
Example: `PLAYWRIGHT_REPORTER=list yarn test:e2e`
|