Skip to content

Releases: rschuft/karma-sharding

Added control over spec sets using getSet

26 Jan 01:23
Compare
Choose a tag to compare

This adds the ability to override:

{
  sharding: {
    getSet: () => {}
  }
}

That lets you control which sets of specs get paired together.

Extracted duplicate code to its own file

24 Jan 03:51
Compare
Choose a tag to compare

Extracted isSpecFile which was duplicated in middleware and framework to be required in from a single location.

Fixed Travis CI integration after their security changes

24 Jan 03:21
Compare
Choose a tag to compare

This is a non-code change involving build system integration.

Updated dependencies

24 Jan 02:54
Compare
Choose a tag to compare

This was a minor set of dependency updates to keep the project current.

Added ESLint security and clarified spec lists

19 Oct 20:59
Compare
Choose a tag to compare

This release prevents the specMatcher from finding specs in node_modules/ or bower_components/ which prevents false groupings from being created when dividing specs into sets.

Added NSP integration

18 Oct 17:38
Compare
Choose a tag to compare

This project is now monitored by NSP for security vulnerabilities.

Added ESLint support

18 Oct 15:55
Compare
Choose a tag to compare

The npm test command now includes ESLint for the JS files.

Made karma-coverage an optional dependency

18 Oct 15:32
Compare
Choose a tag to compare

This release supports testing without karma-coverage. This npm module will no longer install karma-coverage if you install karma-sharding with "--no-optional" set.

When karma-coverage is present it will be required in and the coverage reporter will be overridden.

Added David DM integration

18 Oct 14:28
Compare
Choose a tag to compare

This release prepares to roll reporter changes back into karma-coverage via a configuration option to change browser data aggregation.

The README has been updated to support David dependency management tracking.

Fixed debug mode

17 Oct 17:51
Compare
Choose a tag to compare

This release fixes a problem where debug mode would error out for the browser that asked for the test page without supplying an id or cookie.