-
Notifications
You must be signed in to change notification settings - Fork 5
PUB-2781 - Performance Tests #1459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
//This value can be changed to determine how many tests should run. | ||
//The number of concurrent logins can be changed via the 'run-workers' setting, in the package.json | ||
for (let i = 0; i < 10; i++) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this value 10 likely to be updated for performance run, or we mainly use the run-workers setting? If it needs to be changed frequently, are we better to use an environment variable to override?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added config
|
JIRA link
https://tools.hmcts.net/jira/browse/PUB-2781
Change description
Added performance tests for Verified login
Does this PR introduce a breaking change? (check one with "x")