Skip to content

chore: replace mitosis generated vue output (options-api) with composition-api #16078

chore: replace mitosis generated vue output (options-api) with composition-api

chore: replace mitosis generated vue output (options-api) with composition-api #16078

Triggered via pull request January 16, 2025 14:17
Status Failure
Total duration 18m 58s
Artifacts 17

default.yml

on: pull_request
get-playwright-version  /  Get and save publish version
26s
get-playwright-version / Get and save publish version
build-packages  /  Build Packages
1m 6s
build-packages / Build Packages
Matrix: init-playwright / init-playwright
build-showcase-patternhub  /  Build Patternhub
1m 30s
build-showcase-patternhub / Build Patternhub
build-showcase-react  /  Build Showcase react-showcase
27s
build-showcase-react / Build Showcase react-showcase
build-showcase-angular  /  Build Showcase angular-showcase
36s
build-showcase-angular / Build Showcase angular-showcase
build-showcase-stencil  /  Build Showcase stencil-showcase
46s
build-showcase-stencil / Build Showcase stencil-showcase
build-showcase-vue  /  Build Showcase vue-showcase
27s
build-showcase-vue / Build Showcase vue-showcase
Matrix: test-components / playwright-ct
test-foundations  /  🧪🎭 - foundations
1m 23s
test-foundations / 🧪🎭 - foundations
build-outputs  /  Build outputs
1m 9s
build-outputs / Build outputs
build-showcase-angular-ssr  /  Build Showcase angular-ssr-showcase
52s
build-showcase-angular-ssr / Build Showcase angular-ssr-showcase
build-showcase-next  /  Build Showcase next-showcase
52s
build-showcase-next / Build Showcase next-showcase
build-showcase-nuxt  /  Build Showcase nuxt-showcase
45s
build-showcase-nuxt / Build Showcase nuxt-showcase
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-components  /  🧪🎭 - Regenerate snapshots components
3m 40s
regenerate-snapshots-components / 🧪🎭 - Regenerate snapshots components
regenerate-snapshots-foundations  /  regenerate-snapshots
regenerate-snapshots-foundations / regenerate-snapshots
regenerate-snapshots-patternhub  /  regenerate-snapshots
regenerate-snapshots-patternhub / regenerate-snapshots
checks-done
0s
checks-done
regenerate-snapshots  /  regenerate-snapshots
regenerate-snapshots / regenerate-snapshots
deploy  /  Deploy
deploy / Deploy
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 3 notices
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
[chromium] › input/input.spec.tsx:38:2 › DBInput › should change on input: output/vue/src/components/input/input.spec.tsx#L50
1) [chromium] › input/input.spec.tsx:38:2 › DBInput › should change on input ───────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 48 | const component = await mount(comp); 49 | await component.getByRole('textbox').fill('test'); > 50 | expect(test).toEqual('test'); | ^ 51 | }); 52 | }; 53 | at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
[chromium] › input/input.spec.tsx:38:2 › DBInput › should change on input: output/vue/src/components/input/input.spec.tsx#L50
1) [chromium] › input/input.spec.tsx:38:2 › DBInput › should change on input ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 48 | const component = await mount(comp); 49 | await component.getByRole('textbox').fill('test'); > 50 | expect(test).toEqual('test'); | ^ 51 | }); 52 | }; 53 | at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
[chromium] › select/select.spec.tsx:44:2 › DBSelect › should change on select: output/vue/src/components/select/select.spec.tsx#L61
2) [chromium] › select/select.spec.tsx:44:2 › DBSelect › should change on select ───────────────── Error: expect(received).toContain(expected) // indexOf Expected value: "" Received array: ["test1"] 59 | const select = component.getByRole('combobox'); 60 | const selected = await select.selectOption({ label: 'Test1' }); > 61 | expect(selected).toContain(test); | ^ 62 | }); 63 | }; 64 | at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
[chromium] › select/select.spec.tsx:44:2 › DBSelect › should change on select: output/vue/src/components/select/select.spec.tsx#L61
2) [chromium] › select/select.spec.tsx:44:2 › DBSelect › should change on select ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected value: "" Received array: ["test1"] 59 | const select = component.getByRole('combobox'); 60 | const selected = await select.selectOption({ label: 'Test1' }); > 61 | expect(selected).toContain(test); | ^ 62 | }); 63 | }; 64 | at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
[chromium] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input: output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [chromium] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ──────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 52 | const component = await mount(comp); 53 | await component.getByRole('textbox').fill('test'); > 54 | expect(test).toEqual('test'); | ^ 55 | }); 56 | }; 57 | at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
[chromium] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input: output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [chromium] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 52 | const component = await mount(comp); 53 | await component.getByRole('textbox').fill('test'); > 54 | expect(test).toEqual('test'); | ^ 55 | }); 56 | }; 57 | at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
[mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input: output/vue/src/components/input/input.spec.tsx#L50
1) [mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input ──────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 48 | const component = await mount(comp); 49 | await component.getByRole('textbox').fill('test'); > 50 | expect(test).toEqual('test'); | ^ 51 | }); 52 | }; 53 | at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
[mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input: output/vue/src/components/input/input.spec.tsx#L50
1) [mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 48 | const component = await mount(comp); 49 | await component.getByRole('textbox').fill('test'); > 50 | expect(test).toEqual('test'); | ^ 51 | }); 52 | }; 53 | at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
[mobile_chrome] › select/select.spec.tsx:44:2 › DBSelect › should change on select: output/vue/src/components/select/select.spec.tsx#L61
2) [mobile_chrome] › select/select.spec.tsx:44:2 › DBSelect › should change on select ──────────── Error: expect(received).toContain(expected) // indexOf Expected value: "" Received array: ["test1"] 59 | const select = component.getByRole('combobox'); 60 | const selected = await select.selectOption({ label: 'Test1' }); > 61 | expect(selected).toContain(test); | ^ 62 | }); 63 | }; 64 | at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
[mobile_chrome] › select/select.spec.tsx:44:2 › DBSelect › should change on select: output/vue/src/components/select/select.spec.tsx#L61
2) [mobile_chrome] › select/select.spec.tsx:44:2 › DBSelect › should change on select ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected value: "" Received array: ["test1"] 59 | const select = component.getByRole('combobox'); 60 | const selected = await select.selectOption({ label: 'Test1' }); > 61 | expect(selected).toContain(test); | ^ 62 | }); 63 | }; 64 | at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
[mobile_chrome] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input: output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [mobile_chrome] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ─────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 52 | const component = await mount(comp); 53 | await component.getByRole('textbox').fill('test'); > 54 | expect(test).toEqual('test'); | ^ 55 | }); 56 | }; 57 | at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
[mobile_chrome] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input: output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [mobile_chrome] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 52 | const component = await mount(comp); 53 | await component.getByRole('textbox').fill('test'); > 54 | expect(test).toEqual('test'); | ^ 55 | }); 56 | }; 57 | at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
[firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input: output/vue/src/components/input/input.spec.tsx#L50
1) [firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input ────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 48 | const component = await mount(comp); 49 | await component.getByRole('textbox').fill('test'); > 50 | expect(test).toEqual('test'); | ^ 51 | }); 52 | }; 53 | at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
[firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input: output/vue/src/components/input/input.spec.tsx#L50
1) [firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 48 | const component = await mount(comp); 49 | await component.getByRole('textbox').fill('test'); > 50 | expect(test).toEqual('test'); | ^ 51 | }); 52 | }; 53 | at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
[firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select: output/vue/src/components/select/select.spec.tsx#L61
2) [firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select ────────────────── Error: expect(received).toContain(expected) // indexOf Expected value: "" Received array: ["test1"] 59 | const select = component.getByRole('combobox'); 60 | const selected = await select.selectOption({ label: 'Test1' }); > 61 | expect(selected).toContain(test); | ^ 62 | }); 63 | }; 64 | at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
[firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select: output/vue/src/components/select/select.spec.tsx#L61
2) [firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected value: "" Received array: ["test1"] 59 | const select = component.getByRole('combobox'); 60 | const selected = await select.selectOption({ label: 'Test1' }); > 61 | expect(selected).toContain(test); | ^ 62 | }); 63 | }; 64 | at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
[firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input: output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ───────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 52 | const component = await mount(comp); 53 | await component.getByRole('textbox').fill('test'); > 54 | expect(test).toEqual('test'); | ^ 55 | }); 56 | }; 57 | at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
[firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input: output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 52 | const component = await mount(comp); 53 | await component.getByRole('textbox').fill('test'); > 54 | expect(test).toEqual('test'); | ^ 55 | }); 56 | }; 57 | at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
checks-done
Process completed with exit code 1.
🎭 Playwright Run Summary
3 failed [chromium] › input/input.spec.tsx:38:2 › DBInput › should change on input ────────────────────── [chromium] › select/select.spec.tsx:44:2 › DBSelect › should change on select ────────────────── [chromium] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ───────────── 3 skipped 141 passed (42.1s)
🎭 Playwright Run Summary
3 failed [mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input ───────────────── [mobile_chrome] › select/select.spec.tsx:44:2 › DBSelect › should change on select ───────────── [mobile_chrome] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ──────── 3 skipped 141 passed (42.4s)
🎭 Playwright Run Summary
3 failed [firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input ─────────────────────── [firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select ─────────────────── [firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ────────────── 3 skipped 141 passed (1.5m)

Artifacts

Produced during runtime
Name Size
db-ui-angular-showcase
1.48 MB
db-ui-angular-ssr-showcase
2.22 MB
db-ui-components-build
348 KB
db-ui-foundations-build
173 KB
db-ui-migration-build
1.91 KB
db-ui-next-showcase
1.56 MB
db-ui-nuxt-showcase
2.01 MB
db-ui-output
401 KB
db-ui-outputs
5.84 MB
db-ui-patternhub
3.78 MB
db-ui-react-showcase
1.41 MB
db-ui-stencil-showcase
1.45 MB
db-ui-vue-showcase
1.36 MB
snapshots-components
340 KB
vue-components-playwright-results-1
376 KB
vue-components-playwright-results-2
399 KB
vue-components-playwright-results-3
374 KB