Skip to content

Add migration guide for the Vitest addon #1146

Add migration guide for the Vitest addon

Add migration guide for the Vitest addon #1146

Triggered via pull request November 27, 2025 14:29
Status Failure
Total duration 1m 5s
Artifacts

tests.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/playwright/transformPlaywright.test.ts > Playwright > should generate a smoke test with auto title: src/playwright/transformPlaywright.test.ts#L1068
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:1068:5 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > should generate a smoke test when story does not have a play function: src/playwright/transformPlaywright.test.ts#L994
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:994:5 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > should generate a play test when the story has a play function: src/playwright/transformPlaywright.test.ts#L920
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:920:5 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > tag filtering mechanism > should no op when includeTags is passed but not matched: src/playwright/transformPlaywright.test.ts#L904
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:904:7 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > tag filtering mechanism > should include "test" tag by default: src/playwright/transformPlaywright.test.ts#L828
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:828:7 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > tag filtering mechanism > should work with tag negation: src/playwright/transformPlaywright.test.ts#L690
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:690:7 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > tag filtering mechanism > should work in conjunction with includeTags, excludeTags and skipTags: src/playwright/transformPlaywright.test.ts#L428
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:428:7 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > tag filtering mechanism > should skip stories when skipTags matches: src/playwright/transformPlaywright.test.ts#L279
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:279:7 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > tag filtering mechanism > should exclude stories when excludeTags matches: src/playwright/transformPlaywright.test.ts#L203
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:203:7 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16
src/playwright/transformPlaywright.test.ts > Playwright > tag filtering mechanism > should include all stories when there is no tag filtering: src/playwright/transformPlaywright.test.ts#L67
AssertionError: promise rejected "TypeError: Cannot read properties of unde…" instead of resolving ❯ src/playwright/transformPlaywright.test.ts:67:7 Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'name') ❯ getStorybookMetadata src/util/getStorybookMetadata.ts:28:92 ❯ makeTitleFactory src/playwright/transformPlaywright.ts:86:52 ❯ Module.transformPlaywright src/playwright/transformPlaywright.ts:99:16