-
Notifications
You must be signed in to change notification settings - Fork 9
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
👷 K6 #897
👷 K6 #897
Conversation
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.
Eslint (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|
||
export function setup() { | ||
const bearerToken = getBearerToken(); | ||
return { bearerToken }; |
Check warning
Code scanning / Pmd (reported by Codacy)
Unnecessary block. Warning
} | ||
} | ||
|
||
return { bearerToken, issuers }; |
Check warning
Code scanning / Pmd (reported by Codacy)
Unnecessary block. Warning
} | ||
} | ||
|
||
return { bearerToken, issuers, holders }; |
Check warning
Code scanning / Pmd (reported by Codacy)
Unnecessary block. Warning
K8s Regression Test Coverage
|
97831a0
to
f000fa4
Compare
1dc44f2
to
d3f715f
Compare
Co-authored-by: Robbie Blaine <4052340+rblaine95@users.noreply.github.com>
Co-authored-by: Robbie Blaine <4052340+rblaine95@users.noreply.github.com>
Quality Gate passedIssues Measures |
K6 Load Testing Scripts
Initial load testing scripts and GH Actions pipeline config to run K6 in parallel with K8s Pytests. Making it part of the pipeline to continuously validate the code and avoid drift.