Reputation: 1
What is the simplest way to tell cucumberjs to watch for source project files changes so that it can re-runs its tests?
Upvotes: 0
Views: 197
Reputation: 1214
You could add a gulp task. Here is more information on how gulp works https://gulpjs.com/docs/en/api/concepts
Upvotes: 1