With the karma runner it is possible to run the JS tests against more than just PhantomJS. The challenge is to have a virtual X server run on CI to which the different browsers can connect to. To run against Firefox locally for example: 1. `make` 1. `build/node_modules/karma/bin/karma start tests/karma.config.js` (or use `make test-js-debug` after reviewing https://github.com/owncloud/core/pull/27222) 1. Open `localhost:9876` in Firefox 1. Wait for the tests to run and observe the result on the console There are settings for karma to automatically start and stop browsers. @owncloud/qa @DeepDiver1975 @tboerger something for later