Test Runner UI Revamp #6773
tests.yml
on: pull_request
Unit Tests
1m 52s
CLI Tests
2m 53s
Playwright E2E Tests
11m 19s
Annotations
15 errors and 1 notice
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L51
Expected parentheses around arrow function argument
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L46
Unexpected trailing comma
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L38
'||' should be placed at the beginning of the line
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L37
'||' should be placed at the beginning of the line
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L36
'||' should be placed at the beginning of the line
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L35
'||' should be placed at the beginning of the line
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L31
'&&' should be placed at the beginning of the line
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L30
'&&' should be placed at the beginning of the line
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L29
'&&' should be placed at the beginning of the line
|
|
Unit Tests:
packages/bruno-app/src/components/RunnerResults/index.jsx#L28
'&&' should be placed at the beginning of the line
|
|
CLI Tests
Process completed with exit code 1.
|
|
Playwright E2E Tests
Process completed with exit code 1.
|
|
[default] › tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:4:7 › jwt collection success › developer mode:
tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts#L20
1) [default] › tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:4:7 › jwt collection success › developer mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.innerText: Timeout 30000ms exceeded.
Call log:
- waiting for getByText('Total Requests: ')
18 |
19 | // Parse and validate test results
> 20 | const result = await page.getByText('Total Requests: ').innerText();
| ^
21 | const matches = result.match(/Total Requests: (\d+), Passed: (\d+), Failed: (\d+), Skipped: (\d+)/);
22 | if (!matches) {
23 | throw new Error('Could not parse test results');
at /home/runner/work/bruno/bruno/tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:20:61
|
|
[default] › tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:4:7 › jwt collection success › developer mode:
tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts#L20
1) [default] › tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:4:7 › jwt collection success › developer mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.innerText: Timeout 30000ms exceeded.
Call log:
- waiting for getByText('Total Requests: ')
18 |
19 | // Parse and validate test results
> 20 | const result = await page.getByText('Total Requests: ').innerText();
| ^
21 | const matches = result.match(/Total Requests: (\d+), Passed: (\d+), Failed: (\d+), Skipped: (\d+)/);
22 | if (!matches) {
23 | throw new Error('Could not parse test results');
at /home/runner/work/bruno/bruno/tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:20:61
|
|
[default] › tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:4:7 › jwt collection success › developer mode:
tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts#L20
1) [default] › tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:4:7 › jwt collection success › developer mode
TimeoutError: locator.innerText: Timeout 30000ms exceeded.
Call log:
- waiting for getByText('Total Requests: ')
18 |
19 | // Parse and validate test results
> 20 | const result = await page.getByText('Total Requests: ').innerText();
| ^
21 | const matches = result.match(/Total Requests: (\d+), Passed: (\d+), Failed: (\d+), Skipped: (\d+)/);
22 | if (!matches) {
23 | throw new Error('Could not parse test results');
at /home/runner/work/bruno/bruno/tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:20:61
|
|
🎭 Playwright Run Summary
1 failed
[default] › tests/scripting/inbuilt-libraries/jsonwebtoken/jsonwebtoken.spec.ts:4:7 › jwt collection success › developer mode
1 did not run
146 passed (8.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.21 MB |
sha256:e90a1da9346d7d33327449b8e366c756e0f63d10094286d909fb60e6343b779f
|
|