feat: allow passing custom install command to pw-test #2968
Annotations
4 errors
|
test - ubuntu-latest
Process completed with exit code 1.
|
|
e2e/__tests__/pw-test.spec.ts > pw-test > Should add a Playwright test with custom install command to the config:
packages/cli/e2e/__tests__/pw-test.spec.ts#L80
AssertionError: expected undefined to be 'pnpm install' // Object.is equality
- Expected:
"pnpm install"
+ Received:
undefined
❯ e2e/__tests__/pw-test.spec.ts:80:49
|
|
test - windows-latest
Process completed with exit code 1.
|
|
e2e/__tests__/pw-test.spec.ts > pw-test > Should add a Playwright test with custom install command to the config:
packages/cli/e2e/__tests__/pw-test.spec.ts#L73
AssertionError: expected 2 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 2
❯ e2e/__tests__/pw-test.spec.ts:73:27
|