Added missing env. #282
cicd-feature.yml
on: push
Annotations
1 error, 3 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/tests/diagram/system/add-edit-delete-attributes.spec.ts#L108
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
Error: expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: [{"_metadata.type": "comp:attribute", "snapshot.id": "system-diagram_1_EMPTY.EmptyEntityNode.New_Attribute", "snapshot.type": "comp:attribute"}]
106 | const entity = await diagramEditor.getEntity(EMPTY_ENTITY_ID);
107 | const attributeNodes = await entity.children.attributes();
> 108 | expect(attributeNodes).toHaveLength(0);
| ^
109 | await diagramEditor.saveAndClose();
110 |
111 | // Verify that the attribute is deleted rom the entity file;
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/diagram/system/add-edit-delete-attributes.spec.ts:108:30
|
Slow Test:
e2e-tests/diagram/system/add-edit-delete-attributes.spec.ts#L1
e2e-tests/diagram/system/add-edit-delete-attributes.spec.ts took 22.4s
|
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
|
docker
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 flaky
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.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
CrossBreezeNL~crossmodel~ZEXTSO.dockerbuild
|
43.1 KB |
|
allure-results
|
1.39 MB |
|
unit-test-results-Linux
|
1.47 KB |
|
unit-test-results-Windows
|
1.47 KB |
|
unit-test-results-macOS
|
1.48 KB |
|