Easiest way to run Selenium tests in a Docker container over Jenkins CI
问题 I want to execute my automated tests, written in Nightwatch-Cucumber over a Jenkins CI in a Docker container. I have a Docker image that I want to use for it. This is what I want to do in more detail. Start tests over Jenkins CI job On the same machine the Docker image is loaded and the related Docker container will start. This container based on a Unix OS. Also, some configuration in Docker container will be executed. Tests will be executed (from local or remote) in a headless mode via xvfb