Show threshold results as passed/failed tests
mbolotov opened this issue · 1 comments
mbolotov commented
ppcano commented
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.