Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 554 Bytes

File metadata and controls

10 lines (8 loc) · 554 Bytes

React e2e testing with Nightwatch.js

This repository contains really simple React application that calculates the length of given string. Testing is done using Nightwatch.js with PhantomJS against standalone Selenium server. Static HTTP server is used during tests to serve the target application.

es5-shim is included in order for PhantomJS to play well with React.

Running tests

Run npm install to install dependencies and npm test to run tests.