Skip to content

kie-issues#1741: Sandbox: Add “Open Boxed Expression Editor” button in the DMN Runner table output columns #7165

kie-issues#1741: Sandbox: Add “Open Boxed Expression Editor” button in the DMN Runner table output columns

kie-issues#1741: Sandbox: Add “Open Boxed Expression Editor” button in the DMN Runner table output columns #7165

Triggered via pull request February 6, 2025 20:40
Status Success
Total duration 3h 17m 12s
Artifacts 12

ci_build.yml

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

Annotations

2 errors, 23 warnings, and 5 notices
[chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:196:9 › Test scenario table context menu › Context menu checks › deleting instance when only one given column present should generate a new column: packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
1) [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:196:9 › Test scenario table context menu › Context menu checks › deleting instance when only one given column present should generate a new column Test timeout of 60000ms exceeded while running "beforeEach" hook. 26 | test.describe("Test scenario table context menu", () => { 27 | test.describe("Context menu checks", () => { > 28 | test.beforeEach(async ({ editor, testScenarioTable, table }) => { | ^ 29 | await editor.createTestScenario(AssetType.RULE); 30 | await table.addRow({ targetCellName: "1", position: AddRowPosition.ABOVE }); 31 | await testScenarioTable.fill({ content: "test", rowLocatorInfo: "1", columnNumber: 1 }); at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:28:10
[chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:196:9 › Test scenario table context menu › Context menu checks › deleting instance when only one given column present should generate a new column: packages/scesim-editor/tests-e2e/__fixtures__/table.ts#L44
1) [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:196:9 › Test scenario table context menu › Context menu checks › deleting instance when only one given column present should generate a new column Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('menuitem', { name: 'Insert Above' }) at __fixtures__/table.ts:44 42 | args.position === AddRowPosition.BELOW 43 | ? await this.page.getByRole("menuitem", { name: "Insert Below" }).click() > 44 | : await this.page.getByRole("menuitem", { name: "Insert Above" }).click(); | ^ 45 | } 46 | 47 | public async addPropertyColumn(args: { targetCellName: string; position: AddColumnPosition; columnNumber: number }) { at Table.addRow (/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__fixtures__/table.ts:44:73) at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:30:7
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): packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx#L176
React Hook useEffect 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 useEffect call and refer to those specific props inside useEffect
run (windows-latest, 2)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (windows-latest, 2)
This extension consists of 1196 files, out of which 298 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
run (windows-latest, 2)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (windows-latest, 2)
This extension consists of 1169 files, out of which 290 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
run (macos-13, 2)
Restore cache failed: Dependencies file is not found in /Users/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
run (macos-13, 2): packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx#L176
React Hook useEffect 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 useEffect call and refer to those specific props inside useEffect
run (macos-13, 2)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (macos-13, 2)
This extension consists of 1196 files, out of which 298 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
run (macos-13, 2)
Neither a .vscodeignore file nor a "files" property in package.json was found. To ensure only necessary files are included in your extension, add a .vscodeignore file or specify the "files" property in package.json. More info: https://aka.ms/vscode-vscodeignore
run (macos-13, 2)
This extension consists of 1169 files, out of which 290 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
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
Slow Test: packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts took 20.9s
Slow Test: packages/boxed-expression-component/[chromium] › boxedExpressions/context/populate.spec.ts#L1
packages/boxed-expression-component/[chromium] › boxedExpressions/context/populate.spec.ts took 15.7s
Slow Test: packages/boxed-expression-component/[webkit] › boxedExpressions/function/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/function/populate.spec.ts took 15.4s
Slow Test: packages/dmn-editor/[webkit] › drdArtifacts/addAssociationWaypoint.spec.ts#L1
packages/dmn-editor/[webkit] › drdArtifacts/addAssociationWaypoint.spec.ts took 19.3s
Slow Test: packages/dmn-editor/[webkit] › drdArtifacts/addGroup.spec.ts#L1
packages/dmn-editor/[webkit] › drdArtifacts/addGroup.spec.ts took 18.8s
Slow Test: packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts took 1.1m
Slow Test: packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts took 48.6s
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › api/undoAndRedo.spec.ts took 48.4s
Slow Test: packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[Google Chrome] › includedModels/includedModels.spec.ts took 38.5s
Slow Test: packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts took 37.7s
🎭 Playwright Run Summary
77 skipped 805 passed (29.2m)
🎭 Playwright Run Summary
99 skipped 1359 passed (1.6h)
🎭 Playwright Run Summary
1 flaky [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:196:9 › Test scenario table context menu › Context menu checks › deleting instance when only one given column present should generate a new column 45 skipped 131 passed (8.2m)
🎭 Playwright Run Summary
39 passed (6.7m)
🎭 Playwright Run Summary
72 skipped 24 passed (3.8m)

Artifacts

Produced during runtime
Name Size
Linux_2__build-artifacts
624 MB
Linux_2__end-to-end-tests-artifacts
31.3 MB
Linux_2__end-to-end-tests-reports
55.7 KB
Linux_2__tests-reports
2.81 KB
Windows_2__build-artifacts
646 MB
Windows_2__end-to-end-tests-artifacts
182 Bytes
Windows_2__end-to-end-tests-reports
178 Bytes
Windows_2__tests-reports
2.56 KB
macOS_2__build-artifacts
614 MB
macOS_2__end-to-end-tests-artifacts
182 Bytes
macOS_2__end-to-end-tests-reports
178 Bytes
macOS_2__tests-reports
2.46 KB