Adds Playwright Test to your Angular project

16 stars 6 forks 16 watchers TypeScript Apache License 2.0
1 Open Issue Need Help Last updated: Sep 15, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The user is encountering an `EBADDEVENGINES` error when attempting to run a command (`yarn ng e2e`) in a project that uses the `devEngines` field in `package.json` to enforce a specific package manager like Yarn or pnpm. The error indicates a mismatch, as npm reports that the specified `packageManager` (e.g., "yarn") does not match "npm".

Complexity: 3/5
good first issue

Adds Playwright Test to your Angular project

TypeScript