hyper-react
hyper-react copied to clipboard
A good way to do integration testing
From @akshatpradhan on May 3, 2015 18:33
what is the best way to do integration testing in React.rb?

Copied from original issue: zetachang/react.rb#25
From @catmando on May 6, 2015 19:32
is that a working example or what? I have the same question... did you find a better answer?
@zetachang - I have a pile of integration / unit test helpers, that we should bundle up into a gem. Lets at least open a repo, give it a name, and then close this problem okay?
Again, just put some of my experience on other reactjs project for information, turns out enzyme (test utility created by AirBnB) is far more better than the suit included in ReactJS. Maybe we could either integrate or learn from it.
@zetachang - we use none of the js stuff at catprint. All of our testing is based on rspec / capybara.