ng add @nightwatch/schematics and select the defaults
ng e2e
When I run 5. I now get 3 empty lines output. It looks like Geckodriver is starting but then never getting the new session command but it's hard to see as there is nothing output from Nightwatch
When creating a new project(version numbers below) I could not get the tests to do anything.
STR:
ng new angular-nightwatch
cd angular-nightwatch
(Note there is no e2e as a default)mkdir e2e
and then follow https://medium.com/swlh/angular-end-to-end-testing-with-protractor-55897de591be for making test filesng add @nightwatch/schematics
and select the defaultsng e2e
When I run 5. I now get 3 empty lines output. It looks like Geckodriver is starting but then never getting the new session command but it's hard to see as there is nothing output from Nightwatch