Running Nightwatch without Selenium Server in a Docker container
I read that:
Starting with Nightwatch 1.0, using Selenium Standalone Server is no longer required, nor is it recommended for testing against a single browser...
But I'm unable to find any documentation about interacting directly with the WebDriver and especially to run Nightwatch+Chromedriver in a Docker container.
Any specific help?