Skip to content

[10.0.x] NO-ISSUE: Update screenshots for failing tests #5946

[10.0.x] NO-ISSUE: Update screenshots for failing tests

[10.0.x] NO-ISSUE: Update screenshots for failing tests #5946

Triggered via pull request September 5, 2024 12:02
Status Cancelled
Total duration 1h 45m 33s
Artifacts 24

ci_build.yml

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

Annotations

16 errors, 76 warnings, and 3 notices
run (windows-latest, 0)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (windows-latest, 1)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (ubuntu-latest, 0)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (ubuntu-latest, 1)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (windows-latest, 2)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
run (ubuntu-latest, 2)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
[webkit] › boxedExpressions/context/populate.spec.ts:24:7 › Populate Boxed Context › should correctly create pre-bureau risk category boxed context: packages/boxed-expression-component/tests-e2e/boxedExpressions/context/populate.spec.ts#L96
1) [webkit] › boxedExpressions/context/populate.spec.ts:24:7 › Populate Boxed Context › should correctly create pre-bureau risk category boxed context Error: Screenshot comparison failed: 610 pixels (ratio 0.01 of all image pixels) are different. Call log: - expect.toHaveScreenshot(boxed-context-pre-bureau-risk-category.png) with timeout 10000ms - verifying given screenshot expectation - waiting for locator('.boxed-expression-provider') - locator resolved to <div class="boxed-expression-provider">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 610 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.boxed-expression-provider') - locator resolved to <div class="boxed-expression-provider">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 610 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/boxed-expression-component/tests-e2e/__screenshots__/webkit/boxedExpressions/context/boxed-context-pre-bureau-risk-category.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/boxed-expression-component/dist-tests-e2e/output/boxedExpressions-context-populate-Populate-Box-86f59-y-create-pre-bureau-risk-category-boxed-context-webkit/boxed-context-pre-bureau-risk-category-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/boxed-expression-component/dist-tests-e2e/output/boxedExpressions-context-populate-Populate-Box-86f59-y-create-pre-bureau-risk-category-boxed-context-webkit/boxed-context-pre-bureau-risk-category-diff.png 94 | // ); 95 | > 96 | await expect(boxedExpressionEditor.getContainer()).toHaveScreenshot("boxed-context-pre-bureau-risk-category.png"); | ^ 97 | }); 98 | }); 99 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/boxed-expression-component/tests-e2e/boxedExpressions/context/populate.spec.ts:96:56
[webkit] › drgElements/changeInputDataProperties.spec.ts:66:7 › Change Properties - Input Data › should change the Input Data node documentation links: packages/dmn-editor/tests-e2e/drgElements/changeInputDataProperties.spec.ts#L76
1) [webkit] › drgElements/changeInputDataProperties.spec.ts:66:7 › Change Properties - Input Data › should change the Input Data node documentation links Error: expect(received).toHaveText(expected) Expected string: "Link Text" Received string: "http://link.test.com/" Call log: - expect.toHaveText with timeout 10000ms - waiting for getByTestId('kie-tools--dmn-editor--properties-panel-container').getByTestId('kie-tools--dmn-editor--documentation-link--row-title').first() - locator resolved to <a target="_blank" href="http://link.test.com/" dat…>http://link.test.com/</a> - unexpected value "http://link.test.com/" - locator resolved to <a target="_blank" href="http://link.test.com/" dat…>http://link.test.com/</a> - unexpected value "http://link.test.com/" 74 | const links = await inputDataPropertiesPanel.getDocumentationLinks(); 75 | expect(links).toHaveLength(1); > 76 | expect(links[0]).toHaveText("Link Text"); | ^ 77 | expect(links[0]).toHaveAttribute("href", "http://link.test.com/"); 78 | }); 79 | at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/changeInputDataProperties.spec.ts:76:22
[webkit] › drgElements/changeInputDataProperties.spec.ts:95:7 › Change Properties - Input Data › should reset the Input Data node font: packages/dmn-editor/tests-e2e/drgElements/changeInputDataProperties.spec.ts#L114
2) [webkit] › drgElements/changeInputDataProperties.spec.ts:95:7 › Change Properties - Input Data › should reset the Input Data node font Error: Screenshot comparison failed: 1881 pixels (ratio 0.15 of all image pixels) are different. Call log: - expect.toHaveScreenshot(reset-input-data-font.png) with timeout 10000ms - verifying given screenshot expectation - waiting for locator('div[data-nodelabel="New Input Data"]') - locator resolved to <div tabindex="-1" data-nodelabel="New Input Data" cl…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1881 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('div[data-nodelabel="New Input Data"]') - locator resolved to <div tabindex="-1" data-nodelabel="New Input Data" cl…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1881 pixels (ratio 0.15 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/__screenshots__/webkit/drgElements/reset-input-data-font.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/dist-tests-e2e/output/drgElements-changeInputDataProperties-Change-P-a63a9-nput-Data-should-reset-the-Input-Data-node-font-webkit/reset-input-data-font-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/dist-tests-e2e/output/drgElements-changeInputDataProperties-Change-P-a63a9-nput-Data-should-reset-the-Input-Data-node-font-webkit/reset-input-data-font-diff.png 112 | await inputDataPropertiesPanel.resetFont(); 113 | > 114 | await expect(nodes.get({ name: DefaultNodeName.INPUT_DATA })).toHaveScreenshot("reset-input-data-font.png"); | ^ 115 | }); 116 | 117 | test("should change the Input Data node shape - fill color", async ({ nodes, inputDataPropertiesPanel }) => { at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/changeInputDataProperties.spec.ts:114:67
[Google Chrome] › misc/emptyExpression/emptyExpression.spec.ts:24:7 › Empty editor › should render editor correctly: packages/scesim-editor/tests-e2e/misc/emptyExpression/emptyExpression.spec.ts#L29
1) [Google Chrome] › misc/emptyExpression/emptyExpression.spec.ts:24:7 › Empty editor › should render editor correctly Error: Screenshot comparison failed: Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. Call log: - expect.toHaveScreenshot(empty-test-scenario-table.png) with timeout 10000ms - verifying given screenshot expectation - waiting for getByLabel('Test Scenario') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByLabel('Test Scenario') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__screenshots__/Google-Chrome/misc/emptyExpression/empty-test-scenario-table.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/misc-emptyExpression-emptyExpression-Empty-editor-should-render-editor-correctly-Google-Chrome/empty-test-scenario-table-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/misc-emptyExpression-emptyExpression-Empty-editor-should-render-editor-correctly-Google-Chrome/empty-test-scenario-table-diff.png 27 | 28 | await editor.createTestScenario(AssetType.DECISION); > 29 | await expect(testScenarioTable.get()).toHaveScreenshot("empty-test-scenario-table.png"); | ^ 30 | 31 | await editor.switchToBackgroundTable(); 32 | await expect(backgroundTable.get()).toHaveScreenshot("empty-background-table.png"); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/misc/emptyExpression/emptyExpression.spec.ts:29:43
[Google Chrome] › misc/emptyExpression/emptyExpression.spec.ts:24:7 › Empty editor › should render editor correctly: packages/scesim-editor/tests-e2e/misc/emptyExpression/emptyExpression.spec.ts#L29
1) [Google Chrome] › misc/emptyExpression/emptyExpression.spec.ts:24:7 › Empty editor › should render editor correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. Call log: - expect.toHaveScreenshot(empty-test-scenario-table.png) with timeout 10000ms - verifying given screenshot expectation - waiting for getByLabel('Test Scenario') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByLabel('Test Scenario') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__screenshots__/Google-Chrome/misc/emptyExpression/empty-test-scenario-table.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/misc-emptyExpression-emptyExpression-Empty-editor-should-render-editor-correctly-Google-Chrome-retry1/empty-test-scenario-table-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/misc-emptyExpression-emptyExpression-Empty-editor-should-render-editor-correctly-Google-Chrome-retry1/empty-test-scenario-table-diff.png 27 | 28 | await editor.createTestScenario(AssetType.DECISION); > 29 | await expect(testScenarioTable.get()).toHaveScreenshot("empty-test-scenario-table.png"); | ^ 30 | 31 | await editor.switchToBackgroundTable(); 32 | await expect(backgroundTable.get()).toHaveScreenshot("empty-background-table.png"); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/misc/emptyExpression/emptyExpression.spec.ts:29:43
[Google Chrome] › misc/emptyExpression/emptyExpression.spec.ts:24:7 › Empty editor › should render editor correctly: packages/scesim-editor/tests-e2e/misc/emptyExpression/emptyExpression.spec.ts#L29
1) [Google Chrome] › misc/emptyExpression/emptyExpression.spec.ts:24:7 › Empty editor › should render editor correctly Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. Call log: - expect.toHaveScreenshot(empty-test-scenario-table.png) with timeout 10000ms - verifying given screenshot expectation - waiting for getByLabel('Test Scenario') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByLabel('Test Scenario') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 665px by 259px, received 1151px by 271px. 5308 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__screenshots__/Google-Chrome/misc/emptyExpression/empty-test-scenario-table.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/misc-emptyExpression-emptyExpression-Empty-editor-should-render-editor-correctly-Google-Chrome-retry2/empty-test-scenario-table-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/misc-emptyExpression-emptyExpression-Empty-editor-should-render-editor-correctly-Google-Chrome-retry2/empty-test-scenario-table-diff.png 27 | 28 | await editor.createTestScenario(AssetType.DECISION); > 29 | await expect(testScenarioTable.get()).toHaveScreenshot("empty-test-scenario-table.png"); | ^ 30 | 31 | await editor.switchToBackgroundTable(); 32 | await expect(backgroundTable.get()).toHaveScreenshot("empty-background-table.png"); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/misc/emptyExpression/emptyExpression.spec.ts:29:43
[Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:62:9 › Background table context menu › Context menu checks › should add and delete instance column left: packages/scesim-editor/tests-e2e/scesimEditor/backgroundTable/contextMenu.spec.ts#L68
2) [Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:62:9 › Background table context menu › Context menu checks › should add and delete instance column left Error: Screenshot comparison failed: Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. Call log: - expect.toHaveScreenshot(background-table-add-instance-column-left.png) with timeout 10000ms - verifying given screenshot expectation - waiting for getByLabel('Background') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByLabel('Background') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__screenshots__/Google-Chrome/scesimEditor/backgroundTable/background-table-add-instance-column-left.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/scesimEditor-backgroundTable-contextMenu-Backg-80a24-ecks-should-add-and-delete-instance-column-left-Google-Chrome/background-table-add-instance-column-left-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/scesimEditor-backgroundTable-contextMenu-Backg-80a24-ecks-should-add-and-delete-instance-column-left-Google-Chrome/background-table-add-instance-column-left-diff.png 66 | }); 67 | await expect(table.getColumnHeader({ name: "INSTANCE-3 (<Undefined>)" })).toBeAttached(); > 68 | await expect(backgroundTable.get()).toHaveScreenshot("background-table-add-instance-column-left.png"); | ^ 69 | 70 | await contextMenu.openOnInstance({ name: "INSTANCE-3 (<Undefined>)" }); 71 | await contextMenu.clickMenuItem({ menuItem: MenuItem.DELETE_INSTANCE }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/backgroundTable/contextMenu.spec.ts:68:43
[Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:62:9 › Background table context menu › Context menu checks › should add and delete instance column left: packages/scesim-editor/tests-e2e/scesimEditor/backgroundTable/contextMenu.spec.ts#L68
2) [Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:62:9 › Background table context menu › Context menu checks › should add and delete instance column left Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. Call log: - expect.toHaveScreenshot(background-table-add-instance-column-left.png) with timeout 10000ms - verifying given screenshot expectation - waiting for getByLabel('Background') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByLabel('Background') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__screenshots__/Google-Chrome/scesimEditor/backgroundTable/background-table-add-instance-column-left.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/scesimEditor-backgroundTable-contextMenu-Backg-80a24-ecks-should-add-and-delete-instance-column-left-Google-Chrome-retry1/background-table-add-instance-column-left-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/scesimEditor-backgroundTable-contextMenu-Backg-80a24-ecks-should-add-and-delete-instance-column-left-Google-Chrome-retry1/background-table-add-instance-column-left-diff.png 66 | }); 67 | await expect(table.getColumnHeader({ name: "INSTANCE-3 (<Undefined>)" })).toBeAttached(); > 68 | await expect(backgroundTable.get()).toHaveScreenshot("background-table-add-instance-column-left.png"); | ^ 69 | 70 | await contextMenu.openOnInstance({ name: "INSTANCE-3 (<Undefined>)" }); 71 | await contextMenu.clickMenuItem({ menuItem: MenuItem.DELETE_INSTANCE }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/backgroundTable/contextMenu.spec.ts:68:43
[Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:62:9 › Background table context menu › Context menu checks › should add and delete instance column left: packages/scesim-editor/tests-e2e/scesimEditor/backgroundTable/contextMenu.spec.ts#L68
2) [Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:62:9 › Background table context menu › Context menu checks › should add and delete instance column left Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. Call log: - expect.toHaveScreenshot(background-table-add-instance-column-left.png) with timeout 10000ms - verifying given screenshot expectation - waiting for getByLabel('Background') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByLabel('Background') - locator resolved to <section tabindex="0" role="tabpanel" data-ouia-safe="tru…>…</section> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 455px by 259px, received 1151px by 271px. 6710 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__screenshots__/Google-Chrome/scesimEditor/backgroundTable/background-table-add-instance-column-left.png Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/scesimEditor-backgroundTable-contextMenu-Backg-80a24-ecks-should-add-and-delete-instance-column-left-Google-Chrome-retry2/background-table-add-instance-column-left-actual.png Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/dist-tests-e2e/output/scesimEditor-backgroundTable-contextMenu-Backg-80a24-ecks-should-add-and-delete-instance-column-left-Google-Chrome-retry2/background-table-add-instance-column-left-diff.png 66 | }); 67 | await expect(table.getColumnHeader({ name: "INSTANCE-3 (<Undefined>)" })).toBeAttached(); > 68 | await expect(backgroundTable.get()).toHaveScreenshot("background-table-add-instance-column-left.png"); | ^ 69 | 70 | await contextMenu.openOnInstance({ name: "INSTANCE-3 (<Undefined>)" }); 71 | await contextMenu.clickMenuItem({ menuItem: MenuItem.DELETE_INSTANCE }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/backgroundTable/contextMenu.spec.ts:68:43
run (ubuntu-latest, 2)
❌ There are 14 test failures. 6641 tests succedded, though :)
run (macos-13, 2)
Received request to deprovision: The request was cancelled by the remote provider.
run (macos-13, 1)
Received request to deprovision: The request was cancelled by the remote provider.
run (macos-13, 0)
Received request to deprovision: The request was cancelled by the remote provider.
run (windows-latest, 0)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
run (windows-latest, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (windows-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (windows-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (windows-latest, 0): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (windows-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (windows-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (windows-latest, 1)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
run (windows-latest, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (windows-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (windows-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (windows-latest, 1): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (windows-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (windows-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (ubuntu-latest, 0)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (ubuntu-latest, 0): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (ubuntu-latest, 0): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (ubuntu-latest, 0): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (ubuntu-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (ubuntu-latest, 0): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (ubuntu-latest, 1)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (ubuntu-latest, 1): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
run (ubuntu-latest, 1): packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
run (ubuntu-latest, 1): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (ubuntu-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (ubuntu-latest, 1): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (windows-latest, 2)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
run (windows-latest, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (windows-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (windows-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L69
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L82
React Hook useCallback has a missing dependency: 'denyList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L113
React Hook useCallback has a missing dependency: 'isInDenyList'. Either include it or remove the dependency array
run (windows-latest, 2): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (windows-latest, 2): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (windows-latest, 2): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (windows-latest, 2): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L76
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
run (ubuntu-latest, 2)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (ubuntu-latest, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run (ubuntu-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
run (ubuntu-latest, 2): packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L69
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L82
React Hook useCallback has a missing dependency: 'denyList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L113
React Hook useCallback has a missing dependency: 'isInDenyList'. Either include it or remove the dependency array
run (ubuntu-latest, 2): packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
run (ubuntu-latest, 2): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
run (ubuntu-latest, 2): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
run (ubuntu-latest, 2): packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L76
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Linux_0__build-artifacts", "Linux_0__end-to-end-tests-artifacts", "Linux_0__end-to-end-tests-reports", "Linux_0__tests-reports", "Linux_1__build-artifacts", "Linux_1__end-to-end-tests-artifacts", "Linux_1__end-to-end-tests-reports", "Linux_1__tests-reports", "Linux_2__build-artifacts", "Linux_2__end-to-end-tests-artifacts", "Linux_2__end-to-end-tests-reports", "Linux_2__tests-reports", "Windows_0__build-artifacts", "Windows_0__end-to-end-tests-artifacts", "Windows_0__end-to-end-tests-reports", "Windows_0__tests-reports", "Windows_1__build-artifacts", "Windows_1__end-to-end-tests-artifacts", "Windows_1__end-to-end-tests-reports", "Windows_1__tests-reports", "Windows_2__build-artifacts", "Windows_2__end-to-end-tests-artifacts", "Windows_2__end-to-end-tests-reports", "Windows_2__tests-reports". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
1 flaky [webkit] › boxedExpressions/context/populate.spec.ts:24:7 › Populate Boxed Context › should correctly create pre-bureau risk category boxed context 133 skipped 481 passed (19.1m)
🎭 Playwright Run Summary
2 flaky [webkit] › drgElements/changeInputDataProperties.spec.ts:66:7 › Change Properties - Input Data › should change the Input Data node documentation links [webkit] › drgElements/changeInputDataProperties.spec.ts:95:7 › Change Properties - Input Data › should reset the Input Data node font 33 skipped 958 passed (44.7m)
🎭 Playwright Run Summary
14 failed [Google Chrome] › misc/emptyExpression/emptyExpression.spec.ts:24:7 › Empty editor › should render editor correctly [Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:62:9 › Background table context menu › Context menu checks › should add and delete instance column left [Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:75:9 › Background table context menu › Context menu checks › should add and delete instance column right [Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:88:9 › Background table context menu › Context menu checks › should add and delete property column left [Google Chrome] › scesimEditor/backgroundTable/contextMenu.spec.ts:102:9 › Background table context menu › Context menu checks › should add and delete property column right [Google Chrome] › scesimEditor/backgroundTable/populate.spec.ts:25:7 › Populate decision background table › should correctly populate a decision-based background table [Google Chrome] › scesimEditor/backgroundTable/populate.spec.ts:73:7 › Populate rule background table › should correctly populate a rule-based background table [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:57:9 › Test scenario table context menu › Context menu checks › should add and delete instance column left [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:70:9 › Test scenario table context menu › Context menu checks › should add and delete instance column right [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:83:9 › Test scenario table context menu › Context menu checks › should add and delete property column left [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:97:9 › Test scenario table context menu › Context menu checks › should add and delete property column right [Google Chrome] › scesimEditor/testScenarioTable/populate.spec.ts:25:7 › Populate decision test scenario table › should correctly populate decision-based a test scenario table [Google Chrome] › scesimEditor/testScenarioTable/populate.spec.ts:107:7 › Populate rule test scenario table › should correctly populate a rule-based test scenario table [Google Chrome] › useCases/areTheyOldEnough.spec.ts:23:7 › Check are they old enough test case › should render are they old enough test correctly 4 skipped 72 passed (6.1m)

Artifacts

Produced during runtime
Name Size
Linux_0__build-artifacts
267 MB
Linux_0__end-to-end-tests-artifacts
133 KB
Linux_0__end-to-end-tests-reports
66 KB
Linux_0__tests-reports
34.8 KB
Linux_1__build-artifacts
386 MB
Linux_1__end-to-end-tests-artifacts
99.8 MB
Linux_1__end-to-end-tests-reports
6.44 KB
Linux_1__tests-reports
153 KB
Linux_2__build-artifacts
502 MB
Linux_2__end-to-end-tests-artifacts
99.8 MB
Linux_2__end-to-end-tests-reports
41.5 KB
Linux_2__tests-reports
70.8 KB
Windows_0__build-artifacts
321 MB
Windows_0__end-to-end-tests-artifacts
22 Bytes
Windows_0__end-to-end-tests-reports
22 Bytes
Windows_0__tests-reports
36.6 KB
Windows_1__build-artifacts
498 MB
Windows_1__end-to-end-tests-artifacts
22 Bytes
Windows_1__end-to-end-tests-reports
22 Bytes
Windows_1__tests-reports
166 KB
Windows_2__build-artifacts
731 MB
Windows_2__end-to-end-tests-artifacts
22 Bytes
Windows_2__end-to-end-tests-reports
22 Bytes
Windows_2__tests-reports
77.5 KB