kie-tools#3349: [cors-proxy] Implement domains filtering #8818
Triggered via pull request
November 27, 2025 17:52
Status
Success
Total duration
2h 41m 45s
Artifacts
36
Annotations
1 error, 102 warnings, and 8 notices
|
[webkit] › drgElements/resizeDecision.spec.ts:35:9 › Resize node - Decision › Resize with snapping turned off › should increase Decision node size:
tests-e2e/__fixtures__/overlays.ts#L34
1) [webkit] › drgElements/resizeDecision.spec.ts:35:9 › Resize node - Decision › Resize with snapping turned off › should increase Decision node size
Error: locator.uncheck: Clicking the checkbox did not change its state
Call log:
- waiting for getByLabel('Snapping')
- locator resolved to <input checked type="checkbox" aria-label="Snapping" class="pf-v5-c-switch__input" id="pf-1764270572867enaeslzgt1g"/>
- attempting click action
- scrolling into view if needed
- done scrolling
- forcing action
- performing click action
- click action done
- waiting for scheduled navigations to finish
- navigations have finished
at __fixtures__/overlays.ts:34
32 | public async turnOffSnapping() {
33 | await this.page.getByTitle("Overlays").click();
> 34 | await this.page.getByLabel("Snapping").uncheck({ force: true });
| ^
35 | await this.page.getByTitle("Overlays").click();
36 | }
37 |
at Overlays.turnOffSnapping (/home/node/kie-tools-playwright/incubator-kie-tools/packages/dmn-editor/tests-e2e/__fixtures__/overlays.ts:34:44)
at /home/node/kie-tools-playwright/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgElements/resizeDecision.spec.ts:31:7
|
|
run (ubuntu-latest, 1):
packages/runtime-tools-shared-enveloped-components/src/customDashboardList/envelope/components/CustomDashboardList/CustomDashboardList.tsx#L63
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
|
run (ubuntu-latest, 1):
packages/sonataflow-uniforms/src/CodeEditorTextField.tsx#L80
React Hook useMemo has missing dependencies: 'code' and 'onChange'. Either include them or remove the dependency array
|
|
run (ubuntu-latest, 1):
packages/runtime-tools-components/src/components/DataTable/DataTable.tsx#L186
React Hook useEffect has missing dependencies: 'LoadingComponent' and 'columns'. Either include them or remove the dependency array
|
|
run (ubuntu-latest, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L262
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
|
|
run (ubuntu-latest, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L179
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them 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/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#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#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/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)
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
|
|
run (windows-latest, 0):
packages/runtime-tools-process-enveloped-components/src/formsList/envelope/components/FormsTable/FormsTable.tsx#L86
React Hook useEffect has missing dependencies: 'formsData' and 'onSort'. Either include them or remove the dependency array
|
|
run (windows-latest, 0):
packages/runtime-tools-process-enveloped-components/src/formDisplayer/envelope/components/ReactFormRenderer/ReactFormRenderer.tsx#L52
React Hook useEffect has a missing dependency: 'renderform'. Either include it or remove the dependency array
|
|
run (windows-latest, 0):
packages/runtime-tools-process-enveloped-components/src/formDetails/embedded/EmbeddedFormDetails.tsx#L66
React Hook useCallback has missing dependencies: 'props.formData' and 'props.targetOrigin'. Either include them or remove the dependency array
|
|
run (windows-latest, 0):
packages/sonataflow-uniforms/src/CodeEditorTextField.tsx#L80
React Hook useMemo has missing dependencies: 'code' and 'onChange'. Either include them or remove the dependency array
|
|
run (windows-latest, 0):
packages/runtime-tools-components/src/components/DataTable/DataTable.tsx#L186
React Hook useEffect has missing dependencies: 'LoadingComponent' and 'columns'. Either include them 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/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#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#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/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)
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):
packages/runtime-tools-shared-enveloped-components/src/customDashboardList/envelope/components/CustomDashboardList/CustomDashboardList.tsx#L63
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
|
run (windows-latest, 1):
packages/sonataflow-uniforms/src/CodeEditorTextField.tsx#L80
React Hook useMemo has missing dependencies: 'code' and 'onChange'. Either include them or remove the dependency array
|
|
run (windows-latest, 1):
packages/runtime-tools-components/src/components/DataTable/DataTable.tsx#L186
React Hook useEffect has missing dependencies: 'LoadingComponent' and 'columns'. Either include them or remove the dependency array
|
|
run (windows-latest, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L262
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
|
|
run (windows-latest, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L179
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them 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/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#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#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/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)
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/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
|
run (windows-latest, 2):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
|
run (windows-latest, 2):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them 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/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#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#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
|
|
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)
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)
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)
Restore cache failed: Dependencies file is not found in D:\a\incubator-kie-tools\incubator-kie-tools. Supported file pattern: go.sum
|
|
run (ubuntu-latest, 0):
packages/runtime-tools-process-enveloped-components/src/formsList/envelope/components/FormsTable/FormsTable.tsx#L86
React Hook useEffect has missing dependencies: 'formsData' and 'onSort'. Either include them or remove the dependency array
|
|
run (ubuntu-latest, 0):
packages/runtime-tools-process-enveloped-components/src/formDisplayer/envelope/components/ReactFormRenderer/ReactFormRenderer.tsx#L52
React Hook useEffect has a missing dependency: 'renderform'. Either include it or remove the dependency array
|
|
run (ubuntu-latest, 0):
packages/runtime-tools-process-enveloped-components/src/formDetails/embedded/EmbeddedFormDetails.tsx#L66
React Hook useCallback has missing dependencies: 'props.formData' and 'props.targetOrigin'. Either include them or remove the dependency array
|
|
run (ubuntu-latest, 0):
packages/sonataflow-uniforms/src/CodeEditorTextField.tsx#L80
React Hook useMemo has missing dependencies: 'code' and 'onChange'. Either include them or remove the dependency array
|
|
run (ubuntu-latest, 0):
packages/runtime-tools-components/src/components/DataTable/DataTable.tsx#L186
React Hook useEffect has missing dependencies: 'LoadingComponent' and 'columns'. Either include them 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/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#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#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/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)
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/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
|
run (macos-13, 2):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
|
run (macos-13, 2):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
|
run (macos-13, 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 (macos-13, 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 (macos-13, 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 (macos-13, 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 (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)
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)
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)
You are using macOS 13.
We (and Apple) do not provide support for this old version.
You may have better luck with MacPorts which supports older versions of macOS:
https://www.macports.org
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
You can report Tier 3 unrelated issues to Homebrew/* repositories!
Read the above document before opening any issues or PRs.
|
|
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, 1):
packages/runtime-tools-shared-enveloped-components/src/customDashboardList/envelope/components/CustomDashboardList/CustomDashboardList.tsx#L63
React Hook useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
|
run (macos-13, 1):
packages/sonataflow-uniforms/src/CodeEditorTextField.tsx#L80
React Hook useMemo has missing dependencies: 'code' and 'onChange'. Either include them or remove the dependency array
|
|
run (macos-13, 1):
packages/runtime-tools-components/src/components/DataTable/DataTable.tsx#L186
React Hook useEffect has missing dependencies: 'LoadingComponent' and 'columns'. Either include them or remove the dependency array
|
|
run (macos-13, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L262
React Hook useMemo has a missing dependency: 'diagramHeight'. Either include it or remove the dependency array
|
|
run (macos-13, 1):
packages/yard-editor/src/uiEditor/YardUIEditor.tsx#L179
React Hook useCallback has missing dependencies: 'createEdge' and 'createNode'. Either include them or remove the dependency array
|
|
run (macos-13, 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 (macos-13, 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 (macos-13, 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 (macos-13, 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 (macos-13, 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 (macos-13, 1)
You are using macOS 13.
We (and Apple) do not provide support for this old version.
You may have better luck with MacPorts which supports older versions of macOS:
https://www.macports.org
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
You can report Tier 3 unrelated issues to Homebrew/* repositories!
Read the above document before opening any issues or PRs.
|
|
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, 0):
packages/runtime-tools-process-enveloped-components/src/formsList/envelope/components/FormsTable/FormsTable.tsx#L86
React Hook useEffect has missing dependencies: 'formsData' and 'onSort'. Either include them or remove the dependency array
|
|
run (macos-13, 0):
packages/runtime-tools-process-enveloped-components/src/formDisplayer/envelope/components/ReactFormRenderer/ReactFormRenderer.tsx#L52
React Hook useEffect has a missing dependency: 'renderform'. Either include it or remove the dependency array
|
|
run (macos-13, 0):
packages/runtime-tools-process-enveloped-components/src/formDetails/embedded/EmbeddedFormDetails.tsx#L66
React Hook useCallback has missing dependencies: 'props.formData' and 'props.targetOrigin'. Either include them or remove the dependency array
|
|
run (macos-13, 0):
packages/sonataflow-uniforms/src/CodeEditorTextField.tsx#L80
React Hook useMemo has missing dependencies: 'code' and 'onChange'. Either include them or remove the dependency array
|
|
run (macos-13, 0):
packages/runtime-tools-components/src/components/DataTable/DataTable.tsx#L186
React Hook useEffect has missing dependencies: 'LoadingComponent' and 'columns'. Either include them or remove the dependency array
|
|
run (macos-13, 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 (macos-13, 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 (macos-13, 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 (macos-13, 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 (macos-13, 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 (macos-13, 0)
You are using macOS 13.
We (and Apple) do not provide support for this old version.
You may have better luck with MacPorts which supports older versions of macOS:
https://www.macports.org
This is a Tier 3 configuration:
https://docs.brew.sh/Support-Tiers#tier-3
You can report Tier 3 unrelated issues to Homebrew/* repositories!
Read the above document before opening any issues or PRs.
|
|
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 (ubuntu-latest, 2):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
|
run (ubuntu-latest, 2):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
|
run (ubuntu-latest, 2):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them 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/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#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#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
|
|
run (ubuntu-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 (ubuntu-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 (ubuntu-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 (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)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
|
|
run (macos-13, 1)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
|
|
run (macos-13, 0)
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046
|
|
🎭 Playwright Run Summary
72 skipped
24 passed (2.4m)
|
|
🎭 Playwright Run Summary
39 passed (7.9m)
|
|
🎭 Playwright Run Summary
50 skipped
127 passed (5.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › drgElements/resizeDecision.spec.ts:35:9 › Resize node - Decision › Resize with snapping turned off › should increase Decision node size
75 skipped
1418 passed (49.1m)
|
|
🎭 Playwright Run Summary
99 skipped
969 passed (26.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Linux_0__build-artifacts
|
1010 MB |
sha256:d9e988e29316445aa3612f6a4fef813f9ce55e55c92f3901802107aff68de11e
|
|
|
Linux_0__end-to-end-tests-artifacts
|
92.7 KB |
sha256:3e7f81089cfd00b14dd070a8d09337f58dc20cbb0bde70cdefdb9a3eded26160
|
|
|
Linux_0__end-to-end-tests-reports
|
40.9 KB |
sha256:86a3b058fa5992dd802e7bffceb76b10455516702c65fa187b32eae3a08f8220
|
|
|
Linux_0__tests-reports
|
8.01 KB |
sha256:6fbafb6b05503e0c7c0ef9e2b7c7b3a8a87b3ca79b1504d95cbc3ea5e9aff7b2
|
|
|
Linux_1__build-artifacts
|
1.05 GB |
sha256:3fd6b79159dda0044d018d01326566ac4ac09023601d89b240cddbc26ad5dfd8
|
|
|
Linux_1__end-to-end-tests-artifacts
|
13.8 MB |
sha256:6429822db9e4b21ca1d0dd89a53f1f51c2fe3502806556484b8382bab44b81a2
|
|
|
Linux_1__end-to-end-tests-reports
|
3.71 KB |
sha256:d6871476a84629e0a02fd3bc81377e7561d0eab6e59f43f463f9e8964c3ae53d
|
|
|
Linux_1__tests-reports
|
108 KB |
sha256:22ecc177b5c39e907df6634cee7d1d71cd9ac7bedffd4d1e770e44a27342feb2
|
|
|
Linux_2__build-artifacts
|
1.38 GB |
sha256:f1572bb4c26917dfce4d7db630b060dc4135bbafeec798255315d44abdb84a32
|
|
|
Linux_2__end-to-end-tests-artifacts
|
18.3 MB |
sha256:ab567faeedc5150ae4ab69fc52d1eda38638e8c8032272011c9df9a2d7c02c54
|
|
|
Linux_2__end-to-end-tests-reports
|
59.3 KB |
sha256:b0a4d06a24c41b7dbe4e4d032d3322fde4669c506137c2c3fc8cd8af3be18e3d
|
|
|
Linux_2__tests-reports
|
13.2 KB |
sha256:a3814c8bb99cb032e271bbff9863d01469138d2870d36d4e2be8e75034cb456e
|
|
|
Windows_0__build-artifacts
|
1.15 GB |
sha256:087ce00d4dbf3f7d790212d0d51f12ae2a3e1c519dd5f0cef26db74a6eed7272
|
|
|
Windows_0__end-to-end-tests-artifacts
|
610 Bytes |
sha256:4ae5978066ba20509e8926f5563c4efe48cf17934795da996298364287ef129e
|
|
|
Windows_0__end-to-end-tests-reports
|
178 Bytes |
sha256:d7b79c1cce7b5064f14246e8f02b39a40aa6a02c82ec6bf8c677fb37a86893f7
|
|
|
Windows_0__tests-reports
|
6.74 KB |
sha256:bef70fe9da864593b06fa34da52789e904230b27f230e2fdebee93bd9d626c96
|
|
|
Windows_1__build-artifacts
|
1.17 GB |
sha256:3332b020a5b1ce6bda7601fdf52486d5ce90e687f5df114025d97d41d1414cd0
|
|
|
Windows_1__end-to-end-tests-artifacts
|
430 Bytes |
sha256:4fcb79207a3e32e51acaffa6c109f8595978b05efcc6ceac8171783e8758719c
|
|
|
Windows_1__end-to-end-tests-reports
|
178 Bytes |
sha256:720d2e447805172e03159e25ce88b7510aa9a7c9df0c90d8b22a3bd7a7d576ff
|
|
|
Windows_1__tests-reports
|
117 KB |
sha256:902d38ac75b3dbd7eec9e88b8cbd235c46dc5f46f2b8391a55195359a17114b7
|
|
|
Windows_2__build-artifacts
|
1.41 GB |
sha256:3e16bc9cd9aa8396b39b2eab1796012aba0d6f273f0ea3a1955b7501874ee090
|
|
|
Windows_2__end-to-end-tests-artifacts
|
182 Bytes |
sha256:b8551b49c23f39e918ee71f1d3f06e16ccbbaca362b10f4a0e4e4147491d2336
|
|
|
Windows_2__end-to-end-tests-reports
|
178 Bytes |
sha256:a10a641ee96f1b91383b80bbe575a257a5e593da686cc9ed8b8ff4d129003711
|
|
|
Windows_2__tests-reports
|
13 KB |
sha256:85867539b42027eca60389dbd429374fc9c9ce3e4fdce476edcee9a688690bf1
|
|
|
macOS_0__build-artifacts
|
1.15 GB |
sha256:95b77c34b4870e5da278c64d65906c04367b4d2dc58b421fbfb8d958146b0a30
|
|
|
macOS_0__end-to-end-tests-artifacts
|
476 Bytes |
sha256:fda7df7744f98958d2ad4233a5ae694ed1fb2b2f16f0b161bd1c227ee969954d
|
|
|
macOS_0__end-to-end-tests-reports
|
178 Bytes |
sha256:8405a5e7bd39a4f404b5ddcd5901b41551a22ab51f937c2f14306f6283a208cb
|
|
|
macOS_0__tests-reports
|
7.99 KB |
sha256:5bb8cadacc033ac216f828b92c15609faa9f42c62593af22132f67a46b26aef1
|
|
|
macOS_1__build-artifacts
|
1.16 GB |
sha256:1103f6197c49f087228ae179d31e0c41d0e035fd763bcebf24c1055c5cb81586
|
|
|
macOS_1__end-to-end-tests-artifacts
|
310 Bytes |
sha256:b23f12edd4971f618246f65bf5b12c6b2020c6d4ffb179b7360798f862dd1ae5
|
|
|
macOS_1__end-to-end-tests-reports
|
178 Bytes |
sha256:fd77a1e14cf896668ade61bea03d7991f388a1e798a06bd6d8ba5fc39d3d4e6d
|
|
|
macOS_1__tests-reports
|
82.1 KB |
sha256:27d91cef05ce709d79154f5dabb19ccff0985f2e3f6ff112e6867befbad4713d
|
|
|
macOS_2__build-artifacts
|
1.37 GB |
sha256:d6ae2be9802568392052ef7f3343f1a9f3e7733afba4e73381412f441f796db0
|
|
|
macOS_2__end-to-end-tests-artifacts
|
182 Bytes |
sha256:37076f1632041c0ed92958caa9c9438df51e1cee600956ec18c6a08fcf00f161
|
|
|
macOS_2__end-to-end-tests-reports
|
178 Bytes |
sha256:3fb9ee3f15fed56ac4ea10676f25e13cba24bbbd8ff948de3c189d189c97b3ab
|
|
|
macOS_2__tests-reports
|
12.8 KB |
sha256:c51b872de73485d00abeedbc77a1d085eb561d26f22aba63a7f3a17fa057a8ea
|
|