jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

How to deal with testcontainers during tests? #10

Closed svenruppert closed 4 years ago

svenruppert commented 5 years ago

If you have to deal with web apps, writing a web-component for example, you need selenium to test. This is easy with testcontainers. How to deal with DockerInDocker?

FrogDevelopper commented 4 years ago

Hello,

I'd like to use JitCI, but hadn't be able to use Testcontainers during the tests.

Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration

How do I configure JItCi to use it ?