Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 456 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 456 Bytes

capybara-vue

Stable integration tests for Vue.js with Capybara.

Influenced by Capybara::Angular.

Installation

Add this line to your application's Gemfile:

gem 'capybara-vue'

Usage

Use it as you would use regular Capybara API, however this time, you won't face any race conditions when working with Vue.js applications.

include Capybara::Vue::DSL