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

A plugin for the Karma test runner that loads .html and .json fixtures

Results 4 karma-fixture issues
Sort by recently updated
recently updated
newest added

I noticed that the `cleanup()` method simply empties the `fixture.el` element. Wouldn't it make more sense to create a completely new container instead? In my case, the fixture container ends...

Hi, I'm trying to implement the karma fixture plugin for the first time into my angular 1 project. Versions from package.json that are relevant: - angular: ^1.5.0 - karma: ^0.13.21...

I was caught off-guard by some tests randomly failing. I tracked it down to the follow sequence: * A test is run that uses fixtures (via `fixtures.set`) * A test...

When run npm install, got Done. Phantomjs binary available at C:\Users\rhan\workspace\karma-fixture\node_modules\phantomjs\lib\phantom\phantomjs.exe > [email protected] prepublish C:\Users\rhan\workspace\karma-fixture > coffee -o lib -c src/*.coffee File not found: C:\Users\rhan\workspace\karma-fixture\src\*.coffee npm WARN optional SKIPPING OPTIONAL...