Nightwatch 2 brings integrated support for using Cucumber.js directly as an alternative test runner. No other plugins are necessary, other than the Cucumber library itself (version 7.3 or higher).
Simply run the following in the same project where Nightwatch is also installed:
$ npm i @cucumber/cucumber --save-dev
The examples folder contains a few example spec files and cucumber features, as well as configuration details.