sourceboat / docker-laravel

A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.
MIT License
10 stars 2 forks source link

Idea: Integration Testing with Testcontainers #28

Closed hingew closed 3 years ago

hingew commented 4 years ago

To make sure, that the current docker image runs correctly, we should make use of Testcontainers.

Link

https://www.testcontainers.org/

hingew commented 3 years ago

@pehbehbeh I think it would be nicer if we could use https://docs.docker.com/docker-hub/builds/automated-testing/. What do you think ?