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 have a test which simulates an user logging in and performing some actions.
I need to test the load on the server with a higher quantity of users so I need to be able to run parallel instances of the same test, but I need to let each test know what user credentials to take so everyone is a different user.
Im using chromedriver.
I was looking into docker but I'm not sure if this is the best approach.
This discussion was converted from issue #1623 on April 16, 2024 15:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a test which simulates an user logging in and performing some actions.
I need to test the load on the server with a higher quantity of users so I need to be able to run parallel instances of the same test, but I need to let each test know what user credentials to take so everyone is a different user.
Im using chromedriver.
I was looking into docker but I'm not sure if this is the best approach.
I'd appreciate any idea or suggestion.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions