Rails 5.1 System tests on Travis-Ci
Jul 10, 2017 · 1 min read

With the introduction of system tests in Rails 5.1, integration testing with a headless browser is now fully supported. Unfortunately getting these tests up and running on travis-ci is not that simple. Below I have included an example .travis.yml file that should help you get started:
I adapted this answer from here.
