Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 256 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 256 Bytes

e2e-react-protractor

End-to-End testing for react framework with protractor

How to run ?

Install node modules:

npm install

Start selenium webdriver:

npm run e2e-driver

Running the specs:

npm run e2e