Add Git and Open VSX registry ('Extension') support #275
cicd-feature.yml
on: push
Matrix: build-and-test / build-and-test
build-and-test
/
Publish Unit Test Report
18s
Annotations
3 errors, 2 warnings, and 1 notice
diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view:
e2e-tests/src/page-objects/system-diagram/system-diagram.ts#L196
1) diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('body').locator('div.sprotty:not(.sprotty-hidden)').locator('[data-svg-metadata-type="graph"]').locator('id=system-diagram_1_EMPTY.EmptyEntityNode').and(locator('body').locator('div.sprotty:not(.sprotty-hidden)').locator('[data-svg-metadata-type="graph"]').locator('[data-svg-metadata-type="node:entity"]')).locator('[data-svg-metadata-type="comp:attribute"]').first()
============================================================
at ../page-objects/system-diagram/system-diagram.ts:196
194 | const id = await childLocator.getAttribute('id');
195 | // eslint-disable-next-line no-null/no-null
> 196 | if (id !== null && (await isEqualLocatorType(childLocator, constructor))) {
| ^
197 | elements.push(await this.getModelElement(`id=${id}`, constructor, options));
198 | }
199 | }
at isEqualLocatorType (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/elements/element.ts:65:36)
at SystemDiagramGraph.getModelElements (/home/runner/work/crossmodel/crossmodel/e2e-tests/src/page-objects/system-diagram/system-diagram.ts:196:57)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/diagram/system/add-edit-delete-attributes.spec.ts:107:30
|
diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view:
e2e-tests/src/page-objects/system-diagram/system-diagram.ts#L197
1) diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('body').locator('div.sprotty:not(.sprotty-hidden)').locator('[data-svg-metadata-type="graph"]').locator('id=system-diagram_1_EMPTY.EmptyEntityNode.New_Attribute')
============================================================
at ../page-objects/system-diagram/system-diagram.ts:197
195 | // eslint-disable-next-line no-null/no-null
196 | if (id !== null && (await isEqualLocatorType(childLocator, constructor))) {
> 197 | elements.push(await this.getModelElement(`id=${id}`, constructor, options));
| ^
198 | }
199 | }
200 | }
at definedGLSPAttr (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/utils/ts.utils.ts:49:38)
at Attribute.idAttr (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/elements/element.ts:122:31)
at assertEqualType (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/elements/element.ts:36:42)
at SystemDiagramGraph.getModelElement (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/graph.po.ts:65:13)
at SystemDiagramGraph.getModelElements (/home/runner/work/crossmodel/crossmodel/e2e-tests/src/page-objects/system-diagram/system-diagram.ts:197:30)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/diagram/system/add-edit-delete-attributes.spec.ts:107:30
|
build-and-test / ubuntu-22.04
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Slow Test:
e2e-tests/diagram/system/add-edit-delete-attributes.spec.ts#L1
e2e-tests/diagram/system/add-edit-delete-attributes.spec.ts took 41.2s
|
build-and-test / Publish Unit Test Report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 failed
diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view
26 passed (2.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results
|
1.62 MB |
|
unit-test-results-Linux
|
1.45 KB |
|
unit-test-results-Windows
|
1.47 KB |
|
unit-test-results-macOS
|
1.49 KB |
|