karma-gradle icon indicating copy to clipboard operation
karma-gradle copied to clipboard

Gradle Plugin for Running tests with Karma

Results 18 karma-gradle issues
Sort by recently updated
recently updated
newest added

The current version `1.4.4` doesn't work with the newest version of `gradle-node-plugin`. And it's already fixed in master, but is not published to Gradle plugin repository yet. Is there any...

Is there some way to allow karma to use the version of node that is installed locally, rather than downloading v4.2.3? I can see that you set various options [here](https://github.com/craigburke/karma-gradle/blob/9ad69454bb59421d06d3d7a2322a72994884d209/src/main/groovy/com/craigburke/gradle/KarmaPlugin.groovy#L124)...

Hi, when running the karmaRefresh task (which depends on karmaClean), the entire node_modules folder is being cleaned. This is not very efficient in CI environments, because it causes the CI...

Hi, When I am running karmaRun the task is never being detected as up-to-date and therefore always executing even though nothing has changed

I'm trying to use this plugin for testing a typescript project. In doing so, I need to add karma-typescript framework and setup karma to use it for compiling typescript. I'm...

I am using Gradle 2.13 and version 1.4.3 of this plugin. When I try to run a JavaScript test, I get this error: ``` Execution failed for task ':objectaid-update-site:karmaRun'. Process...

This commit prevents the karmaClean task from deleting all folder under node_modules. Instead, it will delete only the ones that begin with "karma", which was the original intention in the...

Using git bash, and using gradle (wrapper) version 3.1, on Windows 7, I get this issue. If I run gradlew.bat from a regular cmd window, the tests run and complete....

`karmaDependencies` task is UP-TO-DATE even after changing something in `karma { dependencies }`. So if you want to be sure that you have dependencies mentioned in your config downloaded, you...

I was running into problems with the plugin reporting ERROR. ``` :karmaDependencies (Thread[Task worker Thread 3,5,main]) completed. Took 48.84 secs. :karmaRun (Thread[Daemon worker Thread 5,5,main]) started. :karmaRun Executing task ':karmaRun'...