Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 887 Bytes

Testing.md

File metadata and controls

27 lines (18 loc) · 887 Bytes

Testing

Speedometer uses Selenium for testing of the application itself. Tests are located in the /tests folder.

Sinon: Standalone test spies, stubs and mocks for JavaScript. Mocha: Testing framework.

Local Testing

To run this locally you'll need the browsers installed along with the corresponding driver:

Once installed you can run the following scripts:

npm run test:chrome
npm run test:firefox
npm run test:safari

Automated Testing

Currently Speedometer's tests run automatically, when pushing to the main branch or when opening a pr.