Nightwatch test automation boilerplate

Girma Nigusse
1 min readApr 25, 2020

Nightwatch is a Nodejs end-to-end test automation framework. As most Nodejs frameworks; the underling frameworks could be implemented using a combination of different technology-stacks, depending on your needs.

Below, we provide a list of boilerplates to showcase a few different ways you could implement an end-to-end automation using Nightwatch.

Such as, implement Nightwatch automation using TypeScript etc.

commonjs

ES modules

TypeScript

babel

tsc

Assert

Expect

If you would like a boilerplate with any other module system, transpiler, test-runner, assertions module, or similar let me know in the comment section.

--

--