ZenWave360 / karate-ide

The Best OpenSource IDE for KarateDSL.
https://marketplace.visualstudio.com/items?itemName=KarateIDE.karate-ide
Other
10 stars 4 forks source link

Replace running Tasks in ShellExecution with child_process.spwan and OutputChannels #5

Closed ivangsa closed 3 years ago

ivangsa commented 3 years ago

Currently karate runtime and debugger runs as ShellExecution tasks with little control for output logs content.

Replacing ShellExecution with child_process.spwan and OutputChannels will allow to parse and extract logs for failing (or not) karate tests and click to scroll to relevant log information from Karate-IDE UI elements.