-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: karma-runner/karma
base: v3.0.0
head repository: karma-runner/karma
compare: v3.1.0
Commits on Aug 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 33ed285 - Browse repository at this point
Copy the full SHA 33ed285View commit details
Commits on Aug 13, 2018
-
feat(config): Add config option for browser socket timeout (#3102)
Add a configuration option that allows modification of the default timeout value for the client socket connection. The previous hardcoded value of 2000 (ms) was insufficent for some environments. Closes #2927
Configuration menu - View commit details
-
Copy full SHA for 11e3a9d - Browse repository at this point
Copy the full SHA 11e3a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeadcf2 - Browse repository at this point
Copy the full SHA eeadcf2View commit details
Commits on Aug 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 74da748 - Browse repository at this point
Copy the full SHA 74da748View commit details
Commits on Sep 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8257375 - Browse repository at this point
Copy the full SHA 8257375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 301b2d6 - Browse repository at this point
Copy the full SHA 301b2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91cb81 - Browse repository at this point
Copy the full SHA c91cb81View commit details
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 68b37d3 - Browse repository at this point
Copy the full SHA 68b37d3View commit details -
fix(middleware): simplify stripHost. (#3115)
The stripHost middleware only adds a modified url to the request. That modified url is only used one place. By converting the middleware to a module, the code is simpler and beforeMiddleware modules can reuse karma middleware. (One alternative considered was to move the stripHost in the chain before the beforeMiddleware, but this form seems better). Clean up regex per offline suggestion from zzo@
Configuration menu - View commit details
-
Copy full SHA for d65e911 - Browse repository at this point
Copy the full SHA d65e911View commit details
Commits on Sep 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6742ecf - Browse repository at this point
Copy the full SHA 6742ecfView commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 20eab32 - Browse repository at this point
Copy the full SHA 20eab32View commit details
Commits on Oct 2, 2018
-
docs: Updated supported Node versions in the documentation (#3155)
* docs: update information on supported node versions * docs: update links to point to latest version on the website
Configuration menu - View commit details
-
Copy full SHA for f71da20 - Browse repository at this point
Copy the full SHA f71da20View commit details
Commits on Oct 3, 2018
-
2
Configuration menu - View commit details
-
Copy full SHA for c67b90a - Browse repository at this point
Copy the full SHA c67b90aView commit details -
refactor(launcher): use this directly instead assign to self variable…
… in base launcher (#3157)
Configuration menu - View commit details
-
Copy full SHA for f68087c - Browse repository at this point
Copy the full SHA f68087cView commit details -
refactor(launcher): use this directly instead assign to self variable…
… in capture_timeout launcher (#3158)
Configuration menu - View commit details
-
Copy full SHA for cb19de6 - Browse repository at this point
Copy the full SHA cb19de6View commit details -
refactor(launcher): use this directly instead assign to self variable…
… in retry launcher (#3159)
Configuration menu - View commit details
-
Copy full SHA for 18a750d - Browse repository at this point
Copy the full SHA 18a750dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 637b553 - Browse repository at this point
Copy the full SHA 637b553View commit details
Commits on Oct 5, 2018
-
fix(test/client): revert const/let changes.
We still test in IE9/10 where the var is king.
Configuration menu - View commit details
-
Copy full SHA for c097ecf - Browse repository at this point
Copy the full SHA c097ecfView commit details -
fix: work around broken console methods
Sometimes console methods are broken, but this shouldn't break tests. See angular/angular.js#16644 (comment)
Configuration menu - View commit details
-
Copy full SHA for 873e4f9 - Browse repository at this point
Copy the full SHA 873e4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d96d8e - Browse repository at this point
Copy the full SHA 6d96d8eView commit details -
refactor(server): use Array.prototype.includes/startsWitch methods in…
…stead of indexOf (#3161)
Configuration menu - View commit details
-
Copy full SHA for 65ae574 - Browse repository at this point
Copy the full SHA 65ae574View commit details
Commits on Oct 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6db1df1 - Browse repository at this point
Copy the full SHA 6db1df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba83e2 - Browse repository at this point
Copy the full SHA 4ba83e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5fdae - Browse repository at this point
Copy the full SHA 5e5fdaeView commit details
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7af46b9 - Browse repository at this point
Copy the full SHA 7af46b9View commit details
Commits on Oct 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 29523ff - Browse repository at this point
Copy the full SHA 29523ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd7e1d - Browse repository at this point
Copy the full SHA 9bd7e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c921010 - Browse repository at this point
Copy the full SHA c921010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 871a1c9 - Browse repository at this point
Copy the full SHA 871a1c9View commit details -
feat(server): Add public API to force a file refresh
Adds a public API similar to `server.refreshFiles()` that allows to refresh a specific file. This is useful for preprocessors that process files with dependencies (sass, js modules, postcss), so they can trigger an update on a file when a change is detected on a dependency. Contrary to `server.refreshFiles()` it allows to refresh only the file that need to be processed again.
Configuration menu - View commit details
-
Copy full SHA for dab8a82 - Browse repository at this point
Copy the full SHA dab8a82View commit details -
refactor(server): refactoring of lib/browser (#3171)
* refactor(config): small refactoring of lib/config * refactor(server): refactoring of lib/browser
Configuration menu - View commit details
-
Copy full SHA for 8efb28d - Browse repository at this point
Copy the full SHA 8efb28dView commit details
Commits on Oct 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5cc4089 - Browse repository at this point
Copy the full SHA 5cc4089View commit details -
feat(server): .dom files include HTML tags in page. (#3178)
Add support for .dom extension files, insert the content of the file into the test HTML document. This allows 'component' tests where JS interacts with HTML. Provides a simpler alternative to solutions that use JS to embed HTML in JS then write it into the DOM. Limited to cases where the DOM fragments from different tests do not interfere.
Configuration menu - View commit details
-
Copy full SHA for 4651524 - Browse repository at this point
Copy the full SHA 4651524View commit details
Commits on Oct 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f28a454 - Browse repository at this point
Copy the full SHA f28a454View commit details
Commits on Oct 14, 2018
-
fix(config): remove phantomjs in favor of chrome headless (#3175)
* use custom launcher with --no-sandbox, see https://docs.travis-ci.com/user/chrome
Configuration menu - View commit details
-
Copy full SHA for 0f8b2b1 - Browse repository at this point
Copy the full SHA 0f8b2b1View commit details
Commits on Oct 15, 2018
-
feat(config): add support for ES modules
- Add support for ES modules via `esModule` property in file config object * test(modules): ensure relative paths work correctly * test(e2e): module-types `esModule: true` is now `type: 'module'`. Test updated to reflect that.
Configuration menu - View commit details
-
Copy full SHA for e811adb - Browse repository at this point
Copy the full SHA e811adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7634e71 - Browse repository at this point
Copy the full SHA 7634e71View commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c311ac0 - Browse repository at this point
Copy the full SHA c311ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1458267 - Browse repository at this point
Copy the full SHA 1458267View commit details
Commits on Oct 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8542f27 - Browse repository at this point
Copy the full SHA 8542f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for f94284d - Browse repository at this point
Copy the full SHA f94284dView commit details
Commits on Oct 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2385690 - Browse repository at this point
Copy the full SHA 2385690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2d2e9 - Browse repository at this point
Copy the full SHA 0a2d2e9View commit details
There are no files selected for viewing