running several playwright load tests at the same time (or in sequence) #3399
zoe-jobson-IL
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a number of playwright load test that we want to reuse for a nightly performance test, so far I have this
and this
the trouble is that the way multiple scenarios works means that I often get one of the scenarios picked 3 times and another not picked at all, which means that ensure stats that are based off the not-picked one fail because they don't get triggered.
Is there are way of telling the artillery runner that I want exactly N versions (e.g. 1 or 3 or whatever) of each scenario to run, or failing that a way I can run them in sequence, I tried changing my import/exporter to run them, but obviously I lose the browser between scenarios, though it did run the first in the list.
Beta Was this translation helpful? Give feedback.
All reactions