Test Runner UI Revamp #6773
Annotations
4 errors and 1 notice
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
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
|
|
Run Playwright tests:
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
|
|
Run Playwright tests:
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
|
|
Run Playwright tests
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)
|
Loading