You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k6 collects anonymized usage data with users content. In order to help us continue improving k6, we would like to add the information whether a test was run in a CI environment to such report.
Suggested Solution (optional)
The currently proposed solution is to look for the CI variable in the system's environment, and if set, update the usage report data accordingly (as proposed by @joanlopez).
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered:
PS: The first naive solution sounds rather cheap to implement, and I'd really like to see this land in v0.56.0. What do you think @joanlopez@andrewslotin ?
PS: The first naive solution sounds rather cheap to implement, and I'd really like to see this land in v0.56.0. What do you think @joanlopez@andrewslotin ?
It's likely going to be straightforward to implement, and I don't see many risks and/or potential blockers, beyond deciding how to name that indicator, and filling with a boolean stating whether the CI environment variable is defined or not.
Feature Description
k6 collects anonymized usage data with users content. In order to help us continue improving k6, we would like to add the information whether a test was run in a CI environment to such report.
Suggested Solution (optional)
The currently proposed solution is to look for the
CI
variable in the system's environment, and if set, update the usage report data accordingly (as proposed by @joanlopez).Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: