Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

feat(read-karma-config): Use karma configuration #10

Merged
merged 6 commits into from
Dec 29, 2016

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Dec 28, 2016

Use karma configuration if the karmaConfigFile is present.

  • Use karma's files to fill files in stryker
  • Use karma's exclude to fill files in stryker prefixed with a !.
  • Fill other karma settings (preprocessors, base path etc) in karmaConfig stryker option. This is later used in the test runner.
  • Set test runner to karma if not already set.

Use karma configuration if the `karmaConfigFile` is present.
* Use karma's `files` to fill files in stryker
* Use karma's `exclude` to fill files in stryker prefixed with a `!`.
* Fill other karma settings (preprocessors, base path etc) in `karmaConfig` stryker option. This is later used in the test runner.
* Set test runner to `karma` if not already set.
@simondel simondel merged commit d466abb into master Dec 29, 2016
@simondel simondel deleted the feat-read-karma-config branch December 29, 2016 14:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants