{fix} properly fail builder if tests fail #96
Annotations
1 error and 3 notices
Failing tests:
integration\e2e\failing-specs\functionality.e2e-spec.js#L4
1) functionality.e2e-spec.js:3:1 › fails ─────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
2 |
3 | test("fails", () => {
> 4 | expect(true).toBe(false);
| ^
5 | });
6 |
at D:\a\ngx-playwright\ngx-playwright\integration\e2e\failing-specs\functionality.e2e-spec.js:4:15
|
Run tests
220 passed (3.4m)
|
Failing tests
1 failed
functionality.e2e-spec.js:3:1 › fails ──────────────────────────────────────────────────────────
|
Run tests in production
220 passed (2.5m)
|
Loading