Replies: 1 comment 2 replies
-
Hi, I used something like the following in the past. I am not sure if there are better ways though. In your scenario file:
I would suggest trying this instead of putting passwords in plaintext. Or even look at using secrets. In your flow function, you should be able to add a variables argument, and grab the values like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again team,
I wanted to ask if you had a suggestion on the best way to accomplish this using artillery x playwright.
We want to run through a product checkout script that does the following:
We want to do this using a handful of authenticated users (example 500). My thought was to loop the test or loop inside the function where needed but that doesn't seem to work (looks like we get a worker error which makes sense since this probably shouldn't be looped). Unless I am blind in the documentation, can't seem to find anything that could support this so wanted to ask if you know of a way to do this? Or maybe a way can be implemented in a future release?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions