agrostar / zzapi-vscode

VS Code extension for zzapi - an API testing and documentation framework
MIT License
3 stars 0 forks source link

changing output format for recursive test results #14

Closed Varun0157 closed 3 weeks ago

Varun0157 commented 3 weeks ago

Changing the output format to show the entire path of spec's invoked to reach a given test, to account for the recursive tests introduced in #11 , as suggested by this comment. Screenshot from 2024-06-03 12-25-20

Introducing a flattened path, with "/" separators between recursive tests for clarity.