Skip to content
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

Adds the ability to pass included/ excluded tags to Locust. #17

Merged
merged 3 commits into from
Dec 15, 2023

Conversation

pobtastic
Copy link
Contributor

Description of changes:
Adds the ability to pass included/ excluded tags to Locust.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@tmokmss
Copy link
Contributor

tmokmss commented Dec 15, 2023

Hi @pobtastic, thank you for the patch! Overall I'm okay with this change, but at the same time I feel it might overload properties in the future because Locust CLI has a lot of options.

What do you think about creating a more generic property like additionalArguments: string[] instead, allowing users set arbitrary options? e.g.

command.push(...(additionalArguments ?? [])),

@pobtastic
Copy link
Contributor Author

Sure! Good plan, can confirm it works nicely:

Screenshot 2023-12-15 at 10 17 43

Thank you for taking the time to review.

@tmokmss
Copy link
Contributor

tmokmss commented Dec 15, 2023

Cool, thank you so much!

@tmokmss tmokmss merged commit c76878d into aws-samples:main Dec 15, 2023
1 check passed
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