Reputation: 1075
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
Reputation: 1075
Night watch now includes a Mocha test runner. Using the mocha test runner you can generate dynamic tests.
Upvotes: 1