style: update variable validation colors in StyledWrapper components … #44
tests.yml
on: push
Unit Tests
5m 17s
CLI Tests
3m 23s
Playwright E2E Tests
12m 36s
Annotations
2 errors and 2 notices
|
[default] › tests/import/postman/invalid-missing-info.spec.ts:5:7 › Invalid Postman Collection - Missing Info › Handle Postman collection missing required info field:
tests/import/postman/invalid-missing-info.spec.ts#L20
2) [default] › tests/import/postman/invalid-missing-info.spec.ts:5:7 › Invalid Postman Collection - Missing Info › Handle Postman collection missing required info field
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
18 | // Check for error message
19 | const hasError = await page.getByText('Unsupported collection format').first().isVisible();
> 20 | expect(hasError).toBe(true);
| ^
21 |
22 | // Cleanup: close any open modals
23 | await page.getByTestId('modal-close-button').click();
at /home/runner/work/bruno/bruno/tests/import/postman/invalid-missing-info.spec.ts:20:22
|
|
[default] › tests/import/postman/invalid-json.spec.ts:5:7 › Invalid Postman Collection - Invalid JSON › Handle invalid JSON syntax:
tests/import/postman/invalid-json.spec.ts#L21
1) [default] › tests/import/postman/invalid-json.spec.ts:5:7 › Invalid Postman Collection - Invalid JSON › Handle invalid JSON syntax
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
19 | const hasError = await page.getByText('Unsupported collection format').first().isVisible();
20 |
> 21 | expect(hasError).toBe(true);
| ^
22 |
23 | // Cleanup: close any open modals
24 | await page.getByTestId('modal-close-button').click();
at /home/runner/work/bruno/bruno/tests/import/postman/invalid-json.spec.ts:21:22
|
|
235 tests found
There are 235 tests, see "Raw output" for the full list of tests.
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/import/postman/invalid-json.spec.ts:5:7 › Invalid Postman Collection - Invalid JSON › Handle invalid JSON syntax
[default] › tests/import/postman/invalid-missing-info.spec.ts:5:7 › Invalid Postman Collection - Missing Info › Handle Postman collection missing required info field
5 skipped
214 passed (10.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
2.67 MB |
sha256:608fd41d2c65805748bbc8e1fc13e08821716babf06123ca4f4a92ea43866571
|
|