tacoss / grunt-nightwatch

Run your Nightwatch.js tests with Grunt
50 stars 22 forks source link

0.2.2 in npm seems to be different #18

Closed jasonmadigan closed 10 years ago

jasonmadigan commented 10 years ago

The nightwatch dependency in package.json on master is "~0.5.8" for 0.2.2 of grunt-nightwatch, but in NPM this still seems to be the older version of nightwatch for 0.2.2.

There's a change here altering the version, but it looks like this wasn't published or differs in NPM?

https://github.com/gextech/grunt-nightwatch/commit/2b23acf57b5ff9fcd8ad9b43e6770e9e985a5ca0

pateketrueke commented 10 years ago

Actually the published version on NPM not reflect the HEAD on master, see #14

ghost commented 10 years ago

When are you planning to use latest nightwatch? I've updated package.json with 0.5.13 and I was able to use new features like retrieving current test case name within test case.

pateketrueke commented 10 years ago

0.2.3 released, yay!

jasonmadigan commented 10 years ago

@pateketrueke awesome, thanks!