Skip to content

Add Testar State Model Analsyis Visualizer

Fernando Pastor Ricos requested to merge testar_tool into master
  • If a TESTARStateModels artefact with type: TESTAR_State_Model exists in the PKM, add a iframe visualizer component
  • The idea is to use the PKM Json information to get some connection/OrientDB information like element.stateModelDataStoreDB, but at the moment (for the demo) there are some hardcoded params :D
  • Before connect with http://81.200.36.109:8090/models , we need to send a GET request to TESTAR to be launched in Analysis mode. This is done at the moment in appsrc/src/app/plugins/project/services/artifacts-retriever/artifacts-retriever.service.ts
  • Locally I had a CORS issue, but proxy config should take care of this.
Edited by Fernando Pastor Ricos

Merge request reports