Skip to content

Sample Chrome extension for modifying set-cookie responses #12798

Sample Chrome extension for modifying set-cookie responses

Sample Chrome extension for modifying set-cookie responses #12798

Triggered via pull request December 17, 2024 09:49
Status Failure
Total duration 12m 2s
Artifacts 2

ci.yml

on: pull_request
Gen 2 SDKs checks
5m 53s
Gen 2 SDKs checks
Gen 1 SDK Core
5m 2s
Gen 1 SDK Core
Matrix: build
Matrix: Gen 1 React SDK
Matrix: Gen 1 SDK Snippets
Matrix: Gen 2 SDK Snippets
Matrix: Gen 2 SDKs
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 72 warnings, and 36 notices
[angular] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb: packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a sample blurb for the blog article." Received string: "" 15 | test('should display article blurb', async ({ page }) => { 16 | const blurb = await page.locator('p').textContent(); > 17 | expect(blurb).toContain('This is a sample blurb for the blog article.'); | ^ 18 | }); 19 | 20 | test('should display article image', async ({ page }) => { at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
[angular] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb: packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a sample blurb for the blog article." Received string: "" 15 | test('should display article blurb', async ({ page }) => { 16 | const blurb = await page.locator('p').textContent(); > 17 | expect(blurb).toContain('This is a sample blurb for the blog article.'); | ^ 18 | }); 19 | 20 | test('should display article image', async ({ page }) => { at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
[angular] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb: packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a sample blurb for the blog article." Received string: "" 15 | test('should display article blurb', async ({ page }) => { 16 | const blurb = await page.locator('p').textContent(); > 17 | expect(blurb).toContain('This is a sample blurb for the blog article.'); | ^ 18 | }); 19 | 20 | test('should display article image', async ({ page }) => { at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
Gen 2 SDK Snippets (angular)
Process completed with exit code 1.
[angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb: packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a sample blurb for the blog article." Received string: "" 15 | test('should display article blurb', async ({ page }) => { 16 | const blurb = await page.locator('p').textContent(); > 17 | expect(blurb).toContain('This is a sample blurb for the blog article.'); | ^ 18 | }); 19 | 20 | test('should display article image', async ({ page }) => { at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
[angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb: packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a sample blurb for the blog article." Received string: "" 15 | test('should display article blurb', async ({ page }) => { 16 | const blurb = await page.locator('p').textContent(); > 17 | expect(blurb).toContain('This is a sample blurb for the blog article.'); | ^ 18 | }); 19 | 20 | test('should display article image', async ({ page }) => { at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
[angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb: packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts#L17
1) [angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a sample blurb for the blog article." Received string: "" 15 | test('should display article blurb', async ({ page }) => { 16 | const blurb = await page.locator('p').textContent(); > 17 | expect(blurb).toContain('This is a sample blurb for the blog article.'); | ^ 18 | }); 19 | 20 | test('should display article image', async ({ page }) => { at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/blueprints-blogs.spec.ts:17:19
Gen 2 SDK Snippets (angular-ssr)
Process completed with exit code 1.
[gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class: packages/sdks-tests/src/snippet-tests/custom-child.spec.ts#L1
1) [gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class, and text › should verify builder-block with specific text Test timeout of 30000ms exceeded.
[gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class: packages/sdks-tests/src/snippet-tests/custom-child.spec.ts#L19
1) [gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class, and text › should verify builder-block with specific text Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:1111/custom-child", waiting until "load" 17 | ); 18 | > 19 | await page.goto('/custom-child'); | ^ 20 | 21 | await page.waitForLoadState('networkidle'); 22 | const builderBlock = page.locator('div.builder-block').first(); at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/custom-child.spec.ts:19:16
[gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text: packages/sdks-tests/src/snippet-tests/editable-regions.spec.ts#L1
2) [gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text Test timeout of 30000ms exceeded.
[gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text: packages/sdks-tests/src/snippet-tests/editable-regions.spec.ts#L29
2) [gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:1111/editable-region", waiting until "load" 27 | ); 28 | > 29 | await page.goto('/editable-region'); | ^ 30 | 31 | const twoColumns = page.locator('div.builder-block').first(); 32 | await expect(twoColumns).toBeVisible(); at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/editable-regions.spec.ts:29:16
[gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft: packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L1
3) [gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft Test timeout of 30000ms exceeded.
[gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft: packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts#L33
3) [gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:1111/?builder.space=ee9f13b4981e489a9a1209887695ef2b&builder.cachebust=true&builder.preview=page&builder.noCache=true&__builder_editing__=true&builder.overrides.page=1fe45b6889284af180391da829de40a3&builder.overrides.1fe45b6889284af180391da829de40a3=1fe45b6889284af180391da829de40a3", waiting until "load" 31 | test.describe('Drafts', () => { 32 | test('loads homepage draft', async ({ page }) => { > 33 | await page.goto( | ^ 34 | '/?builder.space=ee9f13b4981e489a9a1209887695ef2b&builder.cachebust=true&builder.preview=page&builder.noCache=true&__builder_editing__=true&builder.overrides.page=1fe45b6889284af180391da829de40a3&builder.overrides.1fe45b6889284af180391da829de40a3=1fe45b6889284af180391da829de40a3' 35 | ); 36 | await expect(page.locator('body')).not.toContainText('This is the homepage.'); at /home/runner/work/builder/builder/packages/sdks-tests/src/snippet-tests/integrating-pages.spec.ts:33:18
build (widgets)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (widgets)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (webcomponents)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (webcomponents)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Gen 2 SDK Snippets (angular)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 1 SDK Core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (angular-ssr)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[angular-ssr] › blueprints-editorial.spec.ts#L1
packages/sdks-tests/[angular-ssr] › blueprints-editorial.spec.ts took 19.8s
Gen 2 SDK Snippets (solid)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (react-sdk-next-pages)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (vue)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (svelte)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (nextjs-sdk-next-app)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 1 SDK Snippets (gen1-react)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (react)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (react-native)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (react-sdk-next-app)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 1 SDK Snippets (gen1-next)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (nuxt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (qwik-city)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDKs checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (sveltekit)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 1 SDK Snippets (gen1-remix)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDK Snippets (hydrogen)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 1 React SDK (gen1-next)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[gen1-next] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-next] › link-component.spec.ts took 16.5s
Gen 1 React SDK (gen1-remix)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDKs (react-native)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[react-native] › large-reactive-state.spec.ts#L1
packages/sdks-tests/[react-native] › large-reactive-state.spec.ts took 20.0s
Slow Test: packages/sdks-tests/[react-native] › link-component.spec.ts#L1
packages/sdks-tests/[react-native] › link-component.spec.ts took 18.2s
Slow Test: packages/sdks-tests/[react-native] › editing.spec.ts#L1
packages/sdks-tests/[react-native] › editing.spec.ts took 15.9s
Gen 2 SDKs (solid)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[solid] › link-component.spec.ts#L1
packages/sdks-tests/[solid] › link-component.spec.ts took 16.6s
Gen 2 SDKs (remix)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[remix] › link-component.spec.ts#L1
packages/sdks-tests/[remix] › link-component.spec.ts took 16.5s
Gen 2 SDKs (solid-start)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[solid-start] › link-component.spec.ts#L1
packages/sdks-tests/[solid-start] › link-component.spec.ts took 16.7s
Gen 2 SDKs (react)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gen 2 SDKs (vue)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[vue] › link-component.spec.ts#L1
packages/sdks-tests/[vue] › link-component.spec.ts took 16.7s
Gen 2 SDKs (angular)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[angular] › link-component.spec.ts#L1
packages/sdks-tests/[angular] › link-component.spec.ts took 17.9s
Slow Test: packages/sdks-tests/[angular] › editing.spec.ts#L1
packages/sdks-tests/[angular] › editing.spec.ts took 16.4s
Gen 2 SDKs (sveltekit)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[sveltekit] › link-component.spec.ts#L1
packages/sdks-tests/[sveltekit] › link-component.spec.ts took 16.6s
Gen 2 SDKs (svelte)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[svelte] › link-component.spec.ts#L1
packages/sdks-tests/[svelte] › link-component.spec.ts took 16.7s
Gen 1 React SDK (gen1-react)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[gen1-react] › link-component.spec.ts#L1
packages/sdks-tests/[gen1-react] › link-component.spec.ts took 16.9s
Gen 2 SDKs (react-sdk-next-app)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[react-sdk-next-app] › link-component.spec.ts#L1
packages/sdks-tests/[react-sdk-next-app] › link-component.spec.ts took 16.7s
Gen 2 SDKs (hydrogen)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[hydrogen] › link-component.spec.ts#L1
packages/sdks-tests/[hydrogen] › link-component.spec.ts took 16.9s
Gen 2 SDKs (angular-ssr)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[angular-ssr] › link-component.spec.ts#L1
packages/sdks-tests/[angular-ssr] › link-component.spec.ts took 17.6s
Slow Test: packages/sdks-tests/[angular-ssr] › editing.spec.ts#L1
packages/sdks-tests/[angular-ssr] › editing.spec.ts took 15.3s
Gen 2 SDKs (react-sdk-next-pages)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[react-sdk-next-pages] › link-component.spec.ts#L1
packages/sdks-tests/[react-sdk-next-pages] › link-component.spec.ts took 16.6s
Gen 2 SDKs (qwik-city)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[qwik-city] › link-component.spec.ts#L1
packages/sdks-tests/[qwik-city] › link-component.spec.ts took 17.2s
Slow Test: packages/sdks-tests/[qwik-city] › symbols.spec.ts#L1
packages/sdks-tests/[qwik-city] › symbols.spec.ts took 17.1s
Slow Test: packages/sdks-tests/[qwik-city] › editing.spec.ts#L1
packages/sdks-tests/[qwik-city] › editing.spec.ts took 16.4s
Slow Test: packages/sdks-tests/[qwik-city] › ab-test.spec.ts#L1
packages/sdks-tests/[qwik-city] › ab-test.spec.ts took 15.3s
Gen 2 SDKs (nextjs-sdk-next-app)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[nextjs-sdk-next-app] › accordion.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › accordion.spec.ts took 1.0m
Slow Test: packages/sdks-tests/[nextjs-sdk-next-app] › large-reactive-state.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › large-reactive-state.spec.ts took 23.7s
Slow Test: packages/sdks-tests/[nextjs-sdk-next-app] › link-component.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › link-component.spec.ts took 17.0s
Slow Test: packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › symbols.spec.ts took 16.6s
Slow Test: packages/sdks-tests/[nextjs-sdk-next-app] › tabs.spec.ts#L1
packages/sdks-tests/[nextjs-sdk-next-app] › tabs.spec.ts took 15.4s
Gen 2 SDKs (nuxt)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/sdks-tests/[nuxt] › link-component.spec.ts#L1
packages/sdks-tests/[nuxt] › link-component.spec.ts took 17.1s
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "angular-snippet-playwright-report", "angular-ssr-snippet-playwright-report". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
1 failed [angular] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb 1 skipped 32 passed (37.6s)
🎭 Playwright Run Summary
1 failed [angular-ssr] › blueprints-blogs.spec.ts:15:3 › BlogArticleComponent › should display article blurb 1 skipped 32 passed (42.5s)
🎭 Playwright Run Summary
23 skipped 11 passed (11.8s)
🎭 Playwright Run Summary
23 skipped 11 passed (12.2s)
🎭 Playwright Run Summary
23 skipped 11 passed (11.4s)
🎭 Playwright Run Summary
23 skipped 11 passed (11.5s)
🎭 Playwright Run Summary
24 skipped 10 passed (12.4s)
🎭 Playwright Run Summary
18 skipped 16 passed (14.7s)
🎭 Playwright Run Summary
17 skipped 17 passed (13.4s)
🎭 Playwright Run Summary
23 skipped 11 passed (14.2s)
🎭 Playwright Run Summary
23 skipped 11 passed (12.8s)
🎭 Playwright Run Summary
23 skipped 11 passed (14.7s)
🎭 Playwright Run Summary
23 skipped 11 passed (11.7s)
🎭 Playwright Run Summary
23 skipped 11 passed (23.6s)
🎭 Playwright Run Summary
23 skipped 11 passed (11.4s)
🎭 Playwright Run Summary
23 skipped 11 passed (13.6s)
🎭 Playwright Run Summary
3 flaky [gen1-remix] › custom-child.spec.ts:14:3 › Div with Hero class, and text › should verify builder-block with specific text [gen1-remix] › editable-regions.spec.ts:21:3 › Editable regions in custom components › should render a div with two columns with placeholder text [gen1-remix] › integrating-pages.spec.ts:32:5 › Integrating Pages › Drafts › loads homepage draft 19 skipped 12 passed (1.8m)
🎭 Playwright Run Summary
90 skipped 28 did not run 86 passed (1.3m)
🎭 Playwright Run Summary
40 skipped 59 did not run 105 passed (2.0m)
🎭 Playwright Run Summary
103 skipped 101 passed (2.7m)
🎭 Playwright Run Summary
43 skipped 161 passed (3.1m)
🎭 Playwright Run Summary
40 skipped 164 passed (3.1m)
🎭 Playwright Run Summary
46 skipped 158 passed (3.0m)
🎭 Playwright Run Summary
25 skipped 179 passed (3.1m)
🎭 Playwright Run Summary
52 skipped 152 passed (3.3m)
🎭 Playwright Run Summary
74 skipped 130 passed (3.0m)
🎭 Playwright Run Summary
43 skipped 161 passed (3.4m)
🎭 Playwright Run Summary
42 skipped 162 passed (3.3m)
🎭 Playwright Run Summary
38 skipped 166 passed (3.6m)
🎭 Playwright Run Summary
40 skipped 164 passed (3.4m)
🎭 Playwright Run Summary
40 skipped 164 passed (3.5m)
🎭 Playwright Run Summary
76 skipped 128 passed (2.6m)
🎭 Playwright Run Summary
39 skipped 165 passed (3.2m)
🎭 Playwright Run Summary
48 skipped 156 passed (5.7m)
🎭 Playwright Run Summary
58 skipped 146 passed (5.9m)
🎭 Playwright Run Summary
51 skipped 153 passed (5.4m)

Artifacts

Produced during runtime
Name Size
angular-snippet-playwright-report Expired
3.12 MB
angular-ssr-snippet-playwright-report Expired
5.8 MB