Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 757 Bytes

Functional.md

File metadata and controls

28 lines (18 loc) · 757 Bytes

Functional Tests

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.

Useful Documents