Search⌘ K
AI Features

Quick Recap

Explore how to set up and run RSpec and system tests in a Dockerized Rails app. Understand running tests with JavaScript support using Selenium-driven Chrome, configuring Capybara, debugging within containers, and preparing for faster image builds.

We'll cover the following...

Highlights

By now, using Docker should be starting to feel pretty familiar. Things got a little more tricky when it came to tests requiring JavaScript, but having a ready-made image with Selenium-driven Chrome made the installation of ...