Skip to content

Commit

Permalink
Merge pull request #1043 from govuk-one-login/QA-749
Browse files Browse the repository at this point in the history
Update scenarios to include iteration duration
  • Loading branch information
Sam-A-Morak authored Jan 31, 2025
2 parents 5e6c223 + d2b1b42 commit c882d93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deploy/scripts/src/olh/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const profiles: ProfileList = {
...createScenario('contactsPage', LoadProfile.smoke)
},
load: {
...createScenario('changeEmail', LoadProfile.full, 30),
...createScenario('changePassword', LoadProfile.full, 30),
...createScenario('changePhone', LoadProfile.full, 30),
...createScenario('deleteAccount', LoadProfile.full, 30),
...createScenario('validateUser', LoadProfile.full, 10),
...createScenario('contactsPage', LoadProfile.full, 10)
...createScenario('changeEmail', LoadProfile.full, 30, 32),
...createScenario('changePassword', LoadProfile.full, 30, 28),
...createScenario('changePhone', LoadProfile.full, 30, 32),
...createScenario('deleteAccount', LoadProfile.full, 30, 24),
...createScenario('validateUser', LoadProfile.full, 10, 40),
...createScenario('contactsPage', LoadProfile.full, 10, 4)
}
}

Expand Down

0 comments on commit c882d93

Please sign in to comment.