Example running tests using the test runner Karma. These are run against ChromeHeadless
and FirefoxHeadless
. It can be run on real Chrome
and Firefox
.
npm start
- open and run our tests in the browsernpm test
- single-run of Karma against Chrome and Firefox and close launchernpm run test:debug
- run Karma against Chrome and Firefox but keep launcher running