Functional Tests
October 31, 2016 ยท View on GitHub
The functional tests in this repository are run via Selenium and Geckodriver.
Selenium is being driven via the node/javascript language, although python may also work well (the Loop project used Python).
Mocha is used as the test framework.
Running the tests.
The functional tests can be run on their own by:
$ npm run test:func
Running against different browser versions.
TBD.