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.
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.