Okbah Abbas
Okbah Abbas

Reputation: 1

Node.js: re-run cucumberjs tests automatically on each source file change

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

Answers (1)

Ray
Ray

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

Related Questions