react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

E2e Tests with Protractor #235

Closed JimLynchCodes closed 8 years ago

JimLynchCodes commented 8 years ago

It is even possible to use protractor in React projects? If so, this gives an extra layer of testing to fill in any cracks that may be missed by unit tests. :)

weblogixx commented 8 years ago

Hi Jim,

yes it is possible. Personally I have used webdriver.io instead of protractor, but both need to just be set up as with any other project.

However, we will not include it into the base generator, as it should be as slim as possible.

JimLynchCodes commented 8 years ago

ok good to know. thanks.