fix: folder docs edit button style (#7630) #2
Annotations
10 errors, 1 warning, and 1 notice
|
Run Auth E2E Tests:
playwright/index.ts#L347
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at playwright/index.ts:347
345 |
346 | const context = await app.context();
> 347 | const page = await app.firstWindow();
| ^
348 |
349 | // Wait for app to be ready
350 | await page.locator('[data-app-state="loaded"]').waitFor({ timeout: 30000 });
at Object.pageWithUserData (/home/runner/work/bruno/bruno/playwright/index.ts:347:28)
|
|
Run Auth E2E Tests:
tests/auth/oauth1/oauth1-runner.spec.ts#L0
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "pageWithUserData".
|
|
Run Auth E2E Tests:
playwright/index.ts#L347
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at playwright/index.ts:347
345 |
346 | const context = await app.context();
> 347 | const page = await app.firstWindow();
| ^
348 |
349 | // Wait for app to be ready
350 | await page.locator('[data-app-state="loaded"]').waitFor({ timeout: 30000 });
at Object.pageWithUserData (/home/runner/work/bruno/bruno/playwright/index.ts:347:28)
|
|
Run Auth E2E Tests:
tests/auth/oauth1/oauth1-runner.spec.ts#L110
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"afterAll" hook timeout of 30000ms exceeded.
108 |
109 | test.describe('OAuth 1.0 Runner', () => {
> 110 | test.afterAll(async ({ pageWithUserData: page }) => {
| ^
111 | await closeAllCollections(page);
112 | });
113 |
at /home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:110:8
|
|
Run Auth E2E Tests:
playwright/index.ts#L347
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at playwright/index.ts:347
345 |
346 | const context = await app.context();
> 347 | const page = await app.firstWindow();
| ^
348 |
349 | // Wait for app to be ready
350 | await page.locator('[data-app-state="loaded"]').waitFor({ timeout: 30000 });
at Object.pageWithUserData (/home/runner/work/bruno/bruno/playwright/index.ts:347:28)
|
|
Run Auth E2E Tests:
tests/auth/oauth1/oauth1-runner.spec.ts#L0
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "pageWithUserData".
|
|
Run Auth E2E Tests:
playwright/index.ts#L347
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at playwright/index.ts:347
345 |
346 | const context = await app.context();
> 347 | const page = await app.firstWindow();
| ^
348 |
349 | // Wait for app to be ready
350 | await page.locator('[data-app-state="loaded"]').waitFor({ timeout: 30000 });
at Object.pageWithUserData (/home/runner/work/bruno/bruno/playwright/index.ts:347:28)
|
|
Run Auth E2E Tests:
tests/auth/oauth1/oauth1-runner.spec.ts#L110
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
"afterAll" hook timeout of 30000ms exceeded.
108 |
109 | test.describe('OAuth 1.0 Runner', () => {
> 110 | test.afterAll(async ({ pageWithUserData: page }) => {
| ^
111 | await closeAllCollections(page);
112 | });
113 |
at /home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:110:8
|
|
Run Auth E2E Tests:
playwright/index.ts#L347
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
TimeoutError: electronApplication.firstWindow: Timeout 30000ms exceeded while waiting for event "window"
at playwright/index.ts:347
345 |
346 | const context = await app.context();
> 347 | const page = await app.firstWindow();
| ^
348 |
349 | // Wait for app to be ready
350 | await page.locator('[data-app-state="loaded"]').waitFor({ timeout: 30000 });
at Object.pageWithUserData (/home/runner/work/bruno/bruno/playwright/index.ts:347:28)
|
|
Run Auth E2E Tests:
tests/auth/oauth1/oauth1-runner.spec.ts#L0
1) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
Test timeout of 30000ms exceeded while setting up "pageWithUserData".
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Auth E2E Tests
8 failed
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:125:9 › OAuth 1.0 Runner › [bru] › Verify Add Params To placement via timeline
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:169:9 › OAuth 1.0 Runner › [yml] › Send individual requests
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:174:9 › OAuth 1.0 Runner › [yml] › Run collection and verify all assertions pass
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:179:9 › OAuth 1.0 Runner › [yml] › Verify Add Params To placement via timeline
[auth] › tests/auth/oauth1/oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI ────
[auth] › tests/auth/oauth1/oauth1.spec.ts:139:7 › OAuth 1.0 Authentication › Collection settings auth
|
Loading