picimako / terra-support

Adds support for Cerner's Terra UI component and test automation libraries.
https://plugins.jetbrains.com/plugin/15430-terra-support
Apache License 2.0
0 stars 0 forks source link

Update the Terra wdio tree model instead of rebuilding the whole during event processing #46

Closed picimako closed 1 year ago

picimako commented 3 years ago

Summary of scope

Currently the TerraWdioTreeModel is rebuilt every time a file system change happens inside the wdio test folder. This was a conscious decision as it was easier to implement it, however a updating only parts of the model would probably increase performance, maybe reduce memory consumption of the tool window.

Solution details

Out of scope

picimako commented 1 year ago

Will not be implemented.