How to run System Specs in DockerContainers with RSpec, Capybara, Chrome, & Selenium
Rails makes system specs easy to configure in a standard environment, but configuring them in a containerised environment can be a little trickier, and more so if you are using RSpec rather than Rails’ default minitest framework.
This brief tutorial explains how we set up our projects for containerised system specs
Post a comment