feat: add playwright e2e testing framework #756
Annotations
2 errors
Vitest tests:
playground/__tests__/e2e/auth-login.spec.ts#L5
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
❯ TestTypeImpl._currentSuite node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/common/testType.js:71:13
❯ TestTypeImpl._hook node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/common/testType.js:144:24
❯ Function.beforeEach node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/transform/transform.js:262:12
❯ playground/__tests__/e2e/auth-login.spec.ts:5:6
|
Vitest tests
Process completed with exit code 1.
|
Loading