NO-ISSUE: Check Maven Central before Apache-specific repositories #6823
Annotations
8 errors, 79 warnings, and 5 notices
run (macos-13, 1)
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 (ubuntu-latest, 0)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:130:9 › Test scenario table context menu › Context menu checks › should not render context menu on the hash header:
packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
1) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:130:9 › Test scenario table context menu › Context menu checks › should not render context menu on the hash header
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
|
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:130:9 › Test scenario table context menu › Context menu checks › should not render context menu on the hash header:
packages/scesim-editor/tests-e2e/__fixtures__/table.ts#L44
1) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:130:9 › Test scenario table context menu › Context menu checks › should not render context menu on the hash header
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, 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 (macos-13, 0)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
run (macos-13, 1)
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, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L174
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them or remove the dependency array
|
run (macos-13, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L256
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
|
run (macos-13, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
|
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):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L174
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them or remove the dependency array
|
run (ubuntu-latest, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L256
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
|
run (ubuntu-latest, 1)
This extension consists of 707 files, out of which 109 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, 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, 1)
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 (ubuntu-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
|
run (ubuntu-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
|
run (ubuntu-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
|
run (ubuntu-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
|
run (ubuntu-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
|
run (ubuntu-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/workflowDefinitions/envelope/components/WorkflowDefinitionList/WorkflowDefinitionList.tsx#L69
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
run (ubuntu-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/workflowDetails/embedded/EmbeddedWorkflowDetails.tsx#L74
React Hook useCallback has a missing dependency: 'props.workflowInstance'. Either include it or remove the dependency array
|
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 (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 (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
|
Slow Test:
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts took 19.9s
|
Slow Test:
packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/undoAndRedo.spec.ts took 1.0m
|
Slow Test:
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › includedModels/includedModels.spec.ts took 49.4s
|
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.9s
|
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.7s
|
Slow Test:
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts#L1
packages/dmn-editor-standalone/[chromium] › api/markAsSaved.spec.ts took 38.4s
|
run (ubuntu-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 (ubuntu-latest, 2)
This extension consists of 1213 files, out of which 315 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, 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):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
|
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, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
|
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, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
|
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, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L174
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them or remove the dependency array
|
run (windows-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run (windows-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L256
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
|
run (windows-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
|
run (windows-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
|
run (windows-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
|
run (windows-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/workflowDefinitions/envelope/components/WorkflowDefinitionList/WorkflowDefinitionList.tsx#L69
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run (windows-latest, 0):
packages/runtime-tools-swf-enveloped-components/src/workflowDetails/embedded/EmbeddedWorkflowDetails.tsx#L74
React Hook useCallback has a missing dependency: 'props.workflowInstance'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
|
run (windows-latest, 1):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
|
run (macos-13, 0)
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, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/embedded/EmbeddedCloudEventForm.tsx#L75
React Hook useCallback has missing dependencies: 'props.defaultValues', 'props.isNewInstanceEvent', and 'props.serviceUrl'. Either include them or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L99
React Hook useCallback has a missing dependency: 'getValidationMessage'. Either include it or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/cloudEventForm/envelope/components/CloudEventForm/CloudEventForm.tsx#L149
React Hook useCallback has missing dependencies: 'driver', 'isNewInstanceEvent', 'resetForm', and 'serviceUrl'. Either include them or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagement/JobsManagement.tsx#L148
React Hook React.useEffect has a missing dependency: 'initLoad'. Either include it or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L346
React Hook useEffect has missing dependencies: 'rows' and 'setSelectedJobInstances'. Either include them or remove the dependency array. If 'setSelectedJobInstances' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementTable/JobsManagementTable.tsx#L351
React Hook useEffect has a missing dependency: 'tableContent'. Either include it or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsManagementToolbar/JobsManagementToolbar.tsx#L183
React Hook useEffect has a missing dependency: 'filterData'. Either include it or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/jobsManagement/envelope/components/JobsRescheduleModal/JobsRescheduleModal.tsx#L160
React Hook React.useEffect has a missing dependency: 'handleErrorModal'. Either include it or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/workflowDefinitions/envelope/components/WorkflowDefinitionList/WorkflowDefinitionList.tsx#L69
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
run (macos-13, 0):
packages/runtime-tools-swf-enveloped-components/src/workflowDetails/embedded/EmbeddedWorkflowDetails.tsx#L74
React Hook useCallback has a missing dependency: 'props.workflowInstance'. Either include it or remove the dependency array
|
🎭 Playwright Run Summary
77 skipped
805 passed (25.3m)
|
🎭 Playwright Run Summary
99 skipped
1359 passed (1.2h)
|
🎭 Playwright Run Summary
1 flaky
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:130:9 › Test scenario table context menu › Context menu checks › should not render context menu on the hash header
45 skipped
131 passed (7.5m)
|
🎭 Playwright Run Summary
39 passed (6.8m)
|
🎭 Playwright Run Summary
72 skipped
24 passed (3.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
macOS_0__build-artifacts
|
335 MB |
|
macOS_0__end-to-end-tests-artifacts
|
440 Bytes |
|
macOS_0__end-to-end-tests-reports
|
178 Bytes |
|
macOS_0__tests-reports
|
7.64 KB |
|