Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 833 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 833 Bytes

Events filtering test

CircleCI

  • Client side react page
  • Written with React and Webpack
  • Uses Redux
  • Tested with mocha+enzyme and cucumber+selenium-webdriver (low coverage but hopefully enough to show potential)
  • Uses global states

Prerequisites

In order to install and run the application, you'll need a recent version of Node and npm.

Install

To install the web app dependencies, run:

npm install

Run

Use

npm start

Then open http://localhost:8080/ in your browser.

Tests

To run all tests, use the following command. Please note that for the functional tests to pass, the application needs to be running (see previous section).

npm test