Search⌘ K
AI Features

Summary

Explore how to use Capybara to drive system tests covering complete user interactions in Rails applications. Understand alternative testing descriptions with Cucumber and prepare to test JavaScript and external services. This lesson helps you grasp the core logic behind integration testing to improve your application's reliability and user experience.

We'll cover the following...

Recap

In this chapter, we used Capybara to drive Rails system tests that cover an entire user interaction, then used Cucumber to show an alternative way to describe testing requirements.

Next chapters

We’ll learn more about these tools in ...

what we have done