Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 441 Bytes

Karma

Example running tests using the test runner Karma. These are run against ChromeHeadless and FirefoxHeadless. It can be run on real Chrome and Firefox.

Commands

  • npm start - open and run our tests in the browser
  • npm test - single-run of Karma against Chrome and Firefox and close launcher
  • npm run test:debug - run Karma against Chrome and Firefox but keep launcher running