Search⌘ K
AI Features

Summary

Explore how to perform JavaScript integration testing within Rails using Capybara. Understand when to rely on JavaScript drivers versus server-side testing to create stable, effective test suites.

We'll cover the following...

Recap

In this chapter, we looked at using integration-testing tools, specifically Capybara, to test JavaScript from ...