Apparition is a driver for Capybara. It allows you to run your Capybara tests in the Chrome browser via CDP (no selenium or chromedriver needed) in a headless or headed configuration. It started as a ...
docker run --name=chrome -it --rm -p 4444:4444 -p 9222:9222 -p 5900:5900 -v /dev/shm:/dev/shm diemol/chrome-remote-cdp:latest ...