Trendyol / jest-testcontainers

Jest preset for running docker containers with your tests
MIT License
122 stars 16 forks source link

Support Building Local Dockerfiles #27

Closed jpulec closed 3 years ago

jpulec commented 3 years ago

testcontainers-node supports building local Dockerfiles and even using Docker Compose to build and run several containers. This can be really useful for doing End-to-End testing with Jest.

Is this something that might be worth adding to jest-testcontainers?

Yengas commented 3 years ago

Hey @jpulec,

This is a cool idea. It could be similar to jest + puppeteer where people build e2e tests to their Docker container. Since testcontainers-node supports it, it should be fairly easy to implement.

If you were to start implementing something like this, I would do my best to review and get it merged to the master branch.

Regards,