You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the playwright script one time for each item in the CSV payload file. Can the test be setup to run once per entry and exit? I have two entries in the csv and have setup the arrivalCount to 2.
I am trying to run the playwright script one time for each item in the CSV payload file. Can the test be setup to run once per entry and exit? I have two entries in the csv and have setup the arrivalCount to 2.
config:
target: "{{$env.TARGET_MAIN}}"
engines:
playwright:
launchOptions:
headless: false
defaultNavigationTimeout: 6
useSeparateBrowserPerVU: false
aggregateByName: true
processor: "./load-test.spec.js"
payload:
- path: "./1st-Shift-Operators.txt"
order: sequence
fields:
- username
phases:
- arrivalCount: 2
maxVusers: "{{$env.MAX_VUSERS_DEFAULT}}"
scenarios:
engine: playwright
weight: 1
flowFunction: "timeInEmployees"
The text was updated successfully, but these errors were encountered: