fix: folder docs edit button style (#7630) #2
auth-tests.yml
on: push
OAuth 1.0 Auth Tests - Linux
21m 52s
OAuth 1.0 Auth Tests - macOS
23m 59s
OAuth 1.0 Auth Tests - Windows
25m 0s
Annotations
30 errors, 3 warnings, and 3 notices
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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)
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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)
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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)
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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)
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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)
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests/auth/oauth1/oauth1-runner.spec.ts#L110
2) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
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 /Users/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:110:8
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests/auth/oauth1/oauth1-runner.spec.ts#L0
2) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "pageWithUserData".
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests/auth/oauth1/oauth1-runner.spec.ts#L110
2) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
"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 /Users/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:110:8
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests/auth/oauth1/oauth1-runner.spec.ts#L0
2) [auth] › tests/auth/oauth1/oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
Test timeout of 30000ms exceeded while setting up "pageWithUserData".
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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 #2 ───────────────────────────────────────────────────────────────────────────────────────
"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 /Users/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:110:8
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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 /Users/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:110:8
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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 /Users/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:110:8
|
|
[auth] › tests/auth/oauth1/oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests\auth\oauth1\oauth1-runner.spec.ts#L110
2) [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
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 D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:110:8
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests\auth\oauth1\oauth1-runner.spec.ts#L0
2) [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while setting up "pageWithUserData".
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests\auth\oauth1\oauth1-runner.spec.ts#L110
2) [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
"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 D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:110:8
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass:
tests\auth\oauth1\oauth1-runner.spec.ts#L0
2) [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:120:9 › OAuth 1.0 Runner › [bru] › Run collection and verify all assertions pass
Test timeout of 30000ms exceeded while setting up "pageWithUserData".
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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 #2 ───────────────────────────────────────────────────────────────────────────────────────
"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 D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:110:8
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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 D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:110:8
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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 D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:110:8
|
|
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:115:9 › OAuth 1.0 Runner › [bru] › Send individual requests:
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".
|
|
OAuth 1.0 Auth Tests - Linux
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/
|
|
OAuth 1.0 Auth Tests - macOS
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/
|
|
OAuth 1.0 Auth Tests - Windows
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/
|
|
🎭 Playwright Run Summary
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
|
|
🎭 Playwright Run Summary
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
|
|
🎭 Playwright Run Summary
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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-auth-linux
|
636 KB |
sha256:19dfbe2e8092ac8eeaed8f1d051f2b6b531fe1d8be83482cd36145648f7c3365
|
|
|
playwright-report-auth-macos
|
631 KB |
sha256:58a4bfd9ab1755fa27b1caa04e6b68426fc18e4730f3a60aca859cf2a88b1309
|
|
|
playwright-report-auth-windows
|
632 KB |
sha256:14a433a121cb37e3ff87db21c0b32f52476d6dfd23110f2e46efd7d4f3e5a72b
|
|