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
When using an invalid character in a scenario name, K6's error message is referring to the executor name instead:
ERRO[0000] There were problems with the specified script configuration:
- scenario danjou.dev has configuration errors: the executor name should contain only numbers, latin letters, underscores, and dashes
Brief summary
When using an invalid character in a scenario name, K6's error message is referring to the executor name instead:
k6 version
k6 v0.49.0 (go1.21.6, darwin/arm64)
OS
macOS 14.3 (23D56)
Docker version and image (if applicable)
No response
Steps to reproduce the problem
Using the following setup: https://gist.github.com/dAnjou/930e0263d7be45b97233959a4c02f792
Expected behaviour
The first 2 commands run a test.
The last one fails telling me there is an invalid character in the scenario name.
Actual behaviour
The first 2 commands run a test.
The last one fails telling me there is an invalid character in the executor name.
The text was updated successfully, but these errors were encountered: