nick
nick

Reputation: 1075

Is there a method for generating dynamic tests in Nightwatch.js similar to Mocha.js?

Mocha.JS has a method for generating dynamic calls based on parameters as seen here: https://mochajs.org/#dynamically-generating-tests

Is there a built in method for doing the same thing for Nightwatch.JS with URL's and input tags?

Upvotes: 1

Views: 354

Answers (1)

nick
nick

Reputation: 1075

Night watch now includes a Mocha test runner. Using the mocha test runner you can generate dynamic tests.

Upvotes: 1

Related Questions