Hey all!
Is there a method for when I am running my tests in parallel using the k6 operator parallelism feature to figure out which pod index the test is running on. My issue is since I am running parallel and my auth is done in a setup function all the pods are running the auth function instead of just one of them causing issues with the same account logging in across different locations. So if I could get a feature to be able to call to an environment variable or something of the sort that has the pod index I can have each pod use a different account sign in but as it is right now there is no way to identify which pod my test is running in easily.
1 post - 1 participant