karma
karma copied to clipboard
Spectacular Test Runner for JavaScript
https://github.com/karma-runner/karma/commit/c4ad69709103110a066ae1d9652af69e42434c6b introduced batching to overcome a Safari issue with xhr polling; newer Safari versions do not seem to reproduce this issue anymore. However, this logic sometimes makes client event messages...
Despite the commit in v0.13.11 (b3798df) addressing this, this issue still persists in v0.13.15 .
Currently, Karma [waiting until we finish execution of previous run before rerun tests on with new changes](https://github.com/karma-runner/karma/blob/master/lib/executor.js#L24). But this behavior doesn't work very well in `watch` mode with a lot...
I am running karma using gulp. This is a gulp task module I require: ``` js var karma = require("karma"); module.exports = function (done) { new karma.Server({ configFile: '../../../karma.conf.js', singleRun:...
### Expected behaviour This started happening intermittently after I upgrade from 3.1.3 to 3.1.4, and it has been happening ever since (not every time -- about 1/3 to 1/2 of...
Hi Guys, I am facing **file table overflow issue** while running the karma tests please help? Details are mentioned here. http://stackoverflow.com/questions/35873437/enfile-file-table-overflow-with-karma Thanks, Abhi
Currently, there is no good way to run all tests in a given test file. The closest thing is to use `--grep=` option that will filter all available tests by...
I want to run & preprocess files for the following extensions: - `.cjs` - `.js` - `.jsx` - `.mjs` - `.ts` - `.tsx` I can accomplish this with a single...
This may be an Angular issue but I have not be able to find much except for similar issues here such as 1514 or 2971. However my issue seems different...
Hi, There's a karma-testingbot-launcher repository on https://github.com/karma-runner/karma-testingbot-launcher but it is out of sync with https://github.com/testingbot/karma-testingbot-launcher Would it be possible to give us push access to this repository, so that we...