yesamer opened a new issue, #3936: URL: https://github.com/apache/incubator-kie-tools/issues/3936
The current version of the new Test Scenario Editor is designed to work as described in the following table: | x | Rule-Based | DMN-based | |--------|-----------------|-----------| | Create | NO | YES | | View | YES | YES | | Edit | YES (Partially)[1] | YES | [1] The Java Class Data Objects are extracted directly from the scesim file. That means the data are not synchronized with the project In the case of the RULE-based Test Scenario, the user can open and view/edit previously created scesim file but it's not possible to create a new RULE-based scesim file. This is because the editor is currently not able to retrieve the information of the Java Classes present in the user's project. We can explore the opportunity to rely on the Java Autocompletion mechanism we already have in place, but that would work in VSCode only -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
