ci: add e2e tests for multi-example app #9
unit-test.yml
on: pull_request
Unit Test Package
23s
Annotations
5 errors
e2e/nuxt-vite/tests/example.spec.ts:
e2e/nuxt-vite/tests/example.spec.ts#L3
Error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() 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._createTest node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/common/testType.js:80:24
❯ Module.<anonymous> node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/transform/transform.js:262:12
❯ e2e/nuxt-vite/tests/example.spec.ts:3:1
|
e2e/rust-vite/tests/example.spec.ts:
e2e/rust-vite/tests/example.spec.ts#L3
Error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() 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._createTest node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/common/testType.js:80:24
❯ Module.<anonymous> node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/transform/transform.js:262:12
❯ e2e/rust-vite/tests/example.spec.ts:3:1
|
e2e/vite-vite/tests/example.spec.ts:
e2e/vite-vite/tests/example.spec.ts#L3
Error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() 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._createTest node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/common/testType.js:80:24
❯ Module.<anonymous> node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/transform/transform.js:262:12
❯ e2e/vite-vite/tests/example.spec.ts:3:1
|
e2e/vite-webpack-rspack/tests/example.spec.ts:
e2e/vite-webpack-rspack/tests/example.spec.ts#L3
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() 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._describe node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/.pnpm/playwright@1.47.2/node_modules/playwright/lib/transform/transform.js:262:12
❯ e2e/vite-webpack-rspack/tests/example.spec.ts:3:6
|
Unit Test Package
Process completed with exit code 1.
|