Setting k6 Environment Variables
Building on the concept of extensibility, k6 has the ability to read variables set in the local environment and apply them to test scripts. Reusable scripts often only require minor changes to be used in different contexts, and k6 environment variables provide this. In addition, there are some k6 extensions that depend on environment variables to set their configuration. In this post, we will show you how to set k6 environment variables both in your localRead More →