Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 491 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 491 Bytes

Browser Tests

To understand how these are run see the test:browser task in the root package.json. The idea is to start the server, run migrations against a test database, and then run these browser tests using webdriverio. This module is based off the example typescript project. Webdriver.io has its own test runner so Jest is not used, just Jasmine is used to keep tests consistent.