grafana/k6-intellij-plugin

Show threshold results as passed/failed tests

mbolotov opened this issue · 1 comments

It's possible to parse output of the k6 script execution and show threshold results within IntelliJ test console:
image

k6 does not support a standard API to return threshold information. Therefore, at this moment, this features relies on parsing the k6 console output to show the threshold info on the IntelliJ UI.

I do not suggest implementing it because k6 console output could change.

On the other hand, k6 supports the handleSummary callback to return this type of information. I am not sure how it could look like this type of integration because it requires script changes.