/re2e

React e2e test example using Nightwatch.js

Primary LanguageJavaScriptMIT LicenseMIT

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.