Skip to content

Releases: fvanwijk/testRunnerConfig

V1.0.0

04 Nov 18:45

Choose a tag to compare

It took too long to get to v1.0.0. So I just released it.

Project it not maintained actively, but in the future this might be done and I will satisfy semver.

V0.5.0

27 Oct 19:47

Choose a tag to compare

V0.5.0 Pre-release
Pre-release
  • Added specs for all the functionality
  • Configured JSCS/JSHint/Coverage correctly using grunt tasks
  • Setup Travis and Code Climate

V0.4.1

27 Oct 19:48

Choose a tag to compare

V0.4.1 Pre-release
Pre-release

Fixed stupid bug: getKarmaFiles() used the WallabyFiles list

V0.4.0

26 Oct 15:01

Choose a tag to compare

V0.4.0 Pre-release
Pre-release

Get the exclude list for Karma and the Tests list for Wallaby using the same lists mapping as for the files.
In this way you could also have multiple objecs with the same type in the files list.

V0.3.0

24 Oct 21:27

Choose a tag to compare

V0.3.0 Pre-release
Pre-release

Support for Mocha is added. You get the files list with require('test-runner-config').getMochaFiles(filesConfig);

V0.2.1

24 Oct 21:30

Choose a tag to compare

V0.2.1 Pre-release
Pre-release

Fixed bug: handle situation when there are no excluded files in the files config in Wallaby and Karma by setting it initial to [].

V0.2.0

24 Oct 21:31

Choose a tag to compare

V0.2.0 Pre-release
Pre-release

Added support for mock files in Karma.

V0.1.3

24 Oct 21:32

Choose a tag to compare

V0.1.3 Pre-release
Pre-release

Fix the "main" entry point for node.

V0.1.2

24 Oct 21:36

Choose a tag to compare

V0.1.2 Pre-release
Pre-release
  • Converted script to ES5, so that it can be used in Karma.
  • Supported exclude patterns in Karma

V0.1.0

12 Oct 06:29

Choose a tag to compare

V0.1.0 Pre-release
Pre-release

Initial release of the testRunnerConfig. Capable of converting a structured files list into Karma or Wallaby files/specs lists using default of custom mapping functions.