Skip to content

Conversation

@patriciamateustr
Copy link
Collaborator

first commit of k6 integration with TRCLI code sample

first commit
@patriciamateustr
Copy link
Collaborator Author

@chrisfaragliaTestRail can you please review?

const baseUrl = 'http://jsonplaceholder.typicode.com';

export const options = {
vus: 5,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would reduce this to 1, since I'm certain how much load this adds to this service online

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That change was already committed on friday, after our call.

echo

npm install -g k6
npm install -g k6-to-junit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe lets do an inline comment that notes that this library for k6-to-junit is required in additional to the base k6 install

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a comment about installing k6, I'll add a note about library as well.

updated comment for k6 junit library installation
@chrisfaragliaTestRail chrisfaragliaTestRail merged commit d0cefb1 into main Mar 4, 2025
7 of 8 checks passed
@chrisfaragliaTestRail chrisfaragliaTestRail deleted the k6-code-sample branch March 4, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants