shakacode / old-react-on-rails-examples

Various example apps for React on Rails, outdated
1 stars 0 forks source link

Add Integration Testing Frameworks #3

Closed Judahmeek closed 7 years ago

Judahmeek commented 7 years ago

This PR may be controversial. Instead of supporting Selenium, Capybara Webkit, and Poltergeist, I took the liberty of adding support only for Selenium Chrome, as it seems to be the most effective framework. I also added Jest as the Node testing framework rather than Tape or Mocha.

justin808 commented 7 years ago

@Judahmeek Sounds good. We need to resolve the conflicts here and then I can merge