-
Task
-
Resolution: Done
-
Major
-
None
-
1
-
2020 Week 07-09 (from Feb 10), 2020 Week 10-12 (from Mar 2), 2020 Week 13-15 (from Mar 23), 2020 Week 16-18 (from Apr 13), 2020 Week 19-21 (from May 4)
Add scenario simulation editor inside kogito-tooling
- clone https://github.com/kiegroup/kogito-tooling
- create WAR of runtime webapp
- copy *content* of the war (excluding the WEB-INF folder) inside kogito-tooling/packages/kie-bc-editors unpacked/scesim
- update kogito-tooling/packages/kie-bc-editors/src/GwtEditorRoutes.ts
- export const editors
- getRoutes - create scesimLanguageData
- return new Map<string, GwtLanguageData> - add scesim
- edit kogito-tooling/packages/vscode-extension-pack-kogito-kie-editors/src/extension/extension.ts - inside new GwtEditorRoutes add path to scesim
- edit kogito-tooling/packages/chrome-extension-pack-kogito-kie-editors/src/github-content-script.ts and add scesimPath
- edit kogito-tooling/packages/online-editor/src/App.tsx and add scesimPath
See also https://medium.com/kie-foundation/building-your-own-custom-editors-with-kogito-tooling-npm-packages-c33caed6c668 for further info/help
- is blocked by
-
DROOLS-3879 Create Kogito version of Test Scenarios designer
- Closed