grunt-testem icon indicating copy to clipboard operation
grunt-testem copied to clipboard

Execute testem with Continuous Integration Mode then generate TAP file as test results.

Results 8 grunt-testem issues
Sort by recently updated
recently updated
newest added

Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a...

I've got a project that uses [email protected]. Recently, my grunt tasks that use Testem started failing for seemingly no reason. I spent a lot of time troubleshooting the issue, and...

I created a [small repo](https://github.com/selenium34/testem-sample) which shows an error with integrating qunit and testem. My tests "pass", but I'm getting an error when the testem.js file is included. If I...

Is it possible to get console.log output when running tests? I can't seem to have any success in getting things to print.

Since 0.5.4 was released I began getting the following error: ``` Fatal error: Cannot find module '/Users/imtapps/Projects/emin-project/node_modules/grunt-testem/node_modules/testem-multi/lib/../node_modules/testem/package.json' ``` Here are my dependencies: ``` "devDependencies": { "qunit-special-blend": "*", "grunt-testem": "*", "testem":...

I created a [repository](https://github.com/kjirou/reproduce_grunt-testem_bug) for reproducing that bug. Can I ask them to check? :laughing: In addition, version of each library are the following: - `grunt-testem` == `0.4.0` - `testem`...

I want to know if you plan to generate xUnit file as test result? Thanks.