alexzhornyak / ScxmlEditor-Tutorial

ScxmlEditor - powerful tool for creating, editing and debugging scxml files
https://alexzhornyak.github.io/ScxmlEditor-Tutorial/
BSD 3-Clause "New" or "Revised" License
73 stars 13 forks source link

Test coverage option #83

Closed EdK-z closed 2 years ago

EdK-z commented 2 years ago

Feature request: This would be best after #74 (highlight last transition)... Add a "test coverage" option that does not clear highlighted states/transitions after activation during a run. This would be useful for visually determining how much of the state machine has been traversed during a test. The imagined sequence... States start in normal color at start of run. Transition/state turns red when entered, then turns secondary color when exited (it does not return to normal color).