We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup/teardown
I have been using the setup/teardown function in cloud execution and I could not find a way to debug these functions.
When running locally k6 run, the console output shows the console.log statements, but this is not working when using k6 cloud.
k6 run
console.log
k6 cloud
We discussed in Slack that a possible solution could be to report custom metrics in the setup/teardown functions.
The text was updated successfully, but these errors were encountered:
Pipe metric samples in real-time and emit them from setup/teardown
68cb930
This fixes #614 and helps with #670
This was closed by #678
Sorry, something went wrong.
na--
No branches or pull requests
I have been using the
setup/teardown
function in cloud execution and I could not find a way to debug these functions.When running locally
k6 run
, the console output shows theconsole.log
statements, but this is not working when usingk6 cloud
.We discussed in Slack that a possible solution could be to report custom metrics in the
setup/teardown
functions.The text was updated successfully, but these errors were encountered: