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
If you want to stream a cloud result or run a cloud test in a non-default project, you have to pass the project ID to k6, either on the script options or as an environment variable:
// current structureexportletoptions={ext: {loadimpact: {name: "My test name",projectID: 12345,}}};
If you want to stream a cloud result or run a cloud test in a non-default project, you have to pass the
project ID
to k6, either on the script options or as an environment variable:More on the projectID documention.
Feature Request
For options, configuring a name is often a better choice than an ID. Names are more descriptive and easier to remember.
It would be useful to provide a new
projectName
option as an alternative toprojectID
.The same project name could be present in various orgs.
Relates to #1155
The text was updated successfully, but these errors were encountered: