chore: replace mitosis generated vue output (options-api) with composition-api #16078
default.yml
on: pull_request
init
/
Init
22s
scan-secrets
/
TruffleHog
59s
get-playwright-version
/
Get and save publish version
26s
Matrix: init-playwright / init-playwright
build-showcase-react
/
Build Showcase react-showcase
27s
build-showcase-angular
/
Build Showcase angular-showcase
36s
build-showcase-stencil
/
Build Showcase stencil-showcase
46s
build-showcase-vue
/
Build Showcase vue-showcase
27s
Matrix: test-components / playwright-ct
build-outputs
/
Build outputs
1m 9s
build-showcase-angular-ssr
/
Build Showcase angular-ssr-showcase
52s
build-showcase-next
/
Build Showcase next-showcase
52s
build-showcase-nuxt
/
Build Showcase nuxt-showcase
45s
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-foundations
/
regenerate-snapshots
regenerate-snapshots-patternhub
/
regenerate-snapshots
regenerate-snapshots
/
regenerate-snapshots
deploy
/
Deploy
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 |
|