feat: allow passing custom install command to pw-test #2950
Annotations
4 errors
|
test - windows-latest
Process completed with exit code 1.
|
|
e2e/__tests__/test.spec.ts > test > Should include only one check:
packages/cli/e2e/__tests__/test.spec.ts#L33
AssertionError: expected '\nRunning 1 checks in us-east-1.\n\ns…' to contain '1 passed, 1 total'
- Expected
+ Received
- 1 passed, 1 total
+
+ Running 1 checks in us-east-1.
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+
+
+ src/__checks__/secret.check.ts
+ ~ Show SECRET_ENV value
+
+ 1 scheduling, 1 total
+ Still waiting to schedule some checks. This may take a minute or two.
+
+
❯ e2e/__tests__/test.spec.ts:33:27
|
|
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#L69
AssertionError: expected 2 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 2
❯ e2e/__tests__/pw-test.spec.ts:69:27
|
|
e2e/__tests__/deploy.spec.ts > deploy > Simple project should deploy successfully (version v4.0.8):
packages/cli/e2e/__tests__/deploy.spec.ts#L109
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ e2e/__tests__/deploy.spec.ts:109:20
|