-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adding k6 module #8318
Adding k6 module #8318
Conversation
Hi @eddumelendez! Just hoping I can get this new module on your radar for review.🤞 |
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.
Hi, thanks for your contribution. I've left some comments. Also, I think the module should be Grafana instead, later we can add more implementations for other Grafana products.
modules/k6/src/main/java/org/testcontainers/k6/K6Container.java
Outdated
Show resolved
Hide resolved
modules/k6/src/main/java/org/testcontainers/k6/K6Container.java
Outdated
Show resolved
Hide resolved
modules/k6/src/main/java/org/testcontainers/k6/K6Container.java
Outdated
Show resolved
Hide resolved
modules/k6/src/main/java/org/testcontainers/k6/K6Container.java
Outdated
Show resolved
Hide resolved
modules/k6/src/main/java/org/testcontainers/k6/K6Container.java
Outdated
Show resolved
Hide resolved
modules/k6/src/main/java/org/testcontainers/k6/K6Container.java
Outdated
Show resolved
Hide resolved
7649f91
to
cdc6505
Compare
@eddumelendez thank you for the thorough review! 🙇 I've applied your requested changes except for changing the module name as noted in the unresolved comment. Please let me know what you think. |
modules/k6/src/test/java/org/testcontainers/k6/K6ContainerTests.java
Outdated
Show resolved
Hide resolved
Thanks for your contribution, @javaducky ! |
This enables the execution of k6 test scripts as a Testcontainer.
This brings feature parity for k6 to the Java implementation from the Go implementation.