javascript - grunt dalekjs-task does not close chrome after execution -
hey have following grunt task:
module.exports = { options: { browser: ['chrome'], reporter: ['console', 'html'], dalekfile: false }, gui: { src: [ 'tests/gui/login.js', 'tests/gui/navbar.js' ] } };
the problem dalek task not kill chrome instance after executing test.
any ideas why?
edit: happens when error found during tests.
system specs: win7, 64 bit dalek specs: cli tools --> 0.0.4, dalekjs local install --> 0.0.8 cheers izocan
that interesting, can specify environment & open issue on @ github; suppose bug. please add reduced testcase. 1 test & stripped down contents of gruntfile, can reproduce this. please post link newly created issue here, people can keep track.
Comments
Post a Comment