Rails 5.1 introduced a new testing framework: ActionDispatch::SystemTestCase. The feature brings system testing to Rails with zero application configuration by adding Capybara integration. We will take a look at how it works, the difference between IntegrationTest and SystemTest ,and provide some examples of how to use it.
About the author
Junior Software Developer, with a passion for UX. Cat lover, likes to write on her Blog.
Title
Rails 5 System Tests: A Quick Guide
Abstract
Rails 5.1 introduced a new testing framework: ActionDispatch::SystemTestCase. The feature brings system testing to Rails with zero application configuration by adding Capybara integration. We will take a look at how it works, the difference between IntegrationTest and SystemTest ,and provide some examples of how to use it.
About the author
Junior Software Developer, with a passion for UX. Cat lover, likes to write on her Blog.
Intended audience
all levels
Length
6 minutes