vanruby / talks

Suggest talks for the next ruby meetup!
11 stars 1 forks source link

Rails 5 System Tests: A Quick Guide #6

Closed stefannibrasil closed 5 years ago

stefannibrasil commented 5 years ago

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