Skip to content

Stable integration tests for AngularJS with Capybara

License

Notifications You must be signed in to change notification settings

payrollhero/capybara-angular

 
 

Repository files navigation

Capybara::Angular

Build Status Gem Version

Capybara API that knows how to wait for Angular in end to end specs.

Installation

Add this line to your application's Gemfile:

gem 'capybara-angular'

Usage

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

include Capybara::Angular::DSL

If you need to run some code without caring about AngularJS, you can use ignoring_angular like this:

ignoring_angular do
  # Your AngularJS agnostic code goes here
end

Limitations

At the moment it works with AngularJS applications initialized with ng-app.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Stable integration tests for AngularJS with Capybara

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 99.5%
  • Other 0.5%