I wrote a karma configuration using Istanbul coverage that was working perfectly fine when I run it using Grunt, until I tried to make it run in background.
The tests are running well with or without the 'background' config, but if I let the 'background' then istanbul does not write the report (no error shown, just nothing generated).
I wrote a karma configuration using Istanbul coverage that was working perfectly fine when I run it using Grunt, until I tried to make it run in background.
Here is the Grunt task :
The tests are running well with or without the 'background' config, but if I let the 'background' then istanbul does not write the report (no error shown, just nothing generated).