prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
130 stars 38 forks source link

How to integrate courgette with docker container #388

Closed vsan6545 closed 9 months ago

vsan6545 commented 10 months ago

Hi @prashant-ramcharan thank you so much for providing this awesome library that is helping tons of people out there and i am one of that. We are using your library for all of our application (Web, Mobile and API) and so far we are so happy that is working how it supposed to be.

Recently we have been given new requirement to integrate our framework with Docker which we tried but noticed it's not running on docker image we have created.

If you have time can you please include small code including how to integrate with Docker and run the test on docker image?

Thanks Much and appreciated for all your hard work Vishal

prashant-ramcharan commented 10 months ago

Hi, you should be able to run it inside any maven / gradle based docker image. I will look into adding an example project for this.

vsan6545 commented 10 months ago

Okay thank you so much @prashant-ramcharan for your quick response back. Appreciated. Greatly appreciated if you will add an example of it whenever you get chance.

prashant-ramcharan commented 10 months ago

@vsan6545 I added it to the Courgette example project here:

https://github.com/prashant-ramcharan/courgette-jvm-example#test-execution-in-docker

vsan6545 commented 9 months ago

Thanks a ton @prashant-ramcharan you are awesome and really helping lot of people out there. As usual you are always be there when someone ask you something in Courgette library.