grafana / run-k6-action

GitHub Action for running k6 tests
Apache License 2.0
9 stars 2 forks source link

Support relaying of stderr from test runs. #22

Closed mwhipple closed 4 weeks ago

mwhipple commented 2 months ago

Based on observed behavior and skimming through the code, it seems as though runCommand captures stdout from the spawned processes but not stderr. Please provide an option to either direct stderr to the console or a file handle. Thanks!

DefCon-007 commented 4 weeks ago

Added it in the v1.1.3 release, stderr should now be available on console.