Tests.md

October 8, 2015 ยท View on GitHub

Tests

Mocha, React Test Utils and Karma

We are using React Test Utils to test our components and using Karma for our test runner to run Mocha tests.

To run the test simply run:

$> npm test

Selenium

$> npm run test:selenium