Skip to content

Example app to show how to run your selenium tests in a Docker environment with Rails and Capybara

Notifications You must be signed in to change notification settings

mottalrd/capybara-on-dockerized-selenium

Repository files navigation

README

If you use Docker to deploy your Rails application you may want to use the same infrastructure to run your tests.

However the setup of your browser tests is far from obvious in Docker and may generate some confusion.

This Rails app present how to set up your Selenium tests in Docker as shown in this Blog post.

How to run it

  1. Install docker and docker-compose.
  2. docker-compose up.
  3. See your selenium test successfully pass.

About

Example app to show how to run your selenium tests in a Docker environment with Rails and Capybara

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published