st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

feat: simulations format #114

Closed kkulak closed 2 months ago

kkulak commented 3 months ago

Description

Gatling scenarios can be defined in two ways at the moment:

Furthermore, I'd like to make use of build tool, sth like that:

My proposal is to add a new property - simulationsFormat - which modifies the command being run by gatling-runner - it only decides whether we should use gatling.sh or gradle wrapper for the test execution. I've already checked the changed on my private EKS cluster, and they seem to work correctly, including features like S3 results upload.

Tomorrow I'll add some examples and update docs. Let me know please @kane8n @gold-kou what are your thoughts. Cheers!

Checklist

Please check if applicable

kkulak commented 3 months ago

@kane8n docs updated, comms addressed. Let me know please if there's anything pending :)

kane8n commented 3 months ago

@kkulak Thank you! I think the updated one looks good. I'll ask other members to review it, but please you'll have to wait until next week.

kkulak commented 3 months ago

hi All, did you have a chance to look into the PR? @gold-kou @kane8n

kane8n commented 2 months ago

@kkulak It takes a little time because other members are busy. Sorry for keeping you waiting.

kane8n commented 2 months ago

@kkulak Thanks for the contribute, we released it as v0.9.7!