You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a way how to seperate my tasks with your grunt plugin. grunt nightwatch:chrome --group <folder>
is helping a lot. But since I'm using Grunt because of their tasks I'd like to use this feature by adding a configuration into the Gruntfile.js
Can you please point out how to do this? Also I'd like to say that it's a bit hard to follow your documentation about "targets". Would be awesome if you would write a full configurated documentation for this feature.
greets Charlie
The text was updated successfully, but these errors were encountered:
I dunno if this is relevant but just to say that I used the 'excluded' config option and dynamically set that in Grunt depending on grunt options that are passed in via the command line. I think it achieves what is desired in specifying groups.
Hey there,
I found a way how to seperate my tasks with your grunt plugin.
grunt nightwatch:chrome --group <folder>
is helping a lot. But since I'm using Grunt because of their tasks I'd like to use this feature by adding a configuration into the Gruntfile.js
Can you please point out how to do this? Also I'd like to say that it's a bit hard to follow your documentation about "targets". Would be awesome if you would write a full configurated documentation for this feature.
greets Charlie
The text was updated successfully, but these errors were encountered: