Passing different authorization token to different virtual users in artillery api test in yml file. #2770
BhavnaSoni1991
started this conversation in
Artillery
Replies: 1 comment
-
It depends on how those authorization tokens are generated. One option is to use a CSV file with a number of pre-defined tokens and use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing performance tests for api using artillery and for this I am only maintaining scenario.yml file and no js file. I am passing authorization token through Authorization header in yml file. How can I pass different authorization header for each virtual user?
Beta Was this translation helpful? Give feedback.
All reactions