DEV Community

Shekhar Sahu
Shekhar Sahu

Posted on

Feature Testing Using Capybara

Link: https://blog.joshsoftware.com/2017/06/29/feature-testing-using-capybara/

Feature testing is high level testing that allows us to go through our entire system, ensuring that each and every component is working perfectly fine. The test-cases written for it are termed as feature specs, which requires capybara.

In this blog, we will be focussing on writing feature specs using capybara with rspec. More specifically, we are going to look at capybara key features as well as, how capybara specs looks like.

Top comments (0)