Closed ximo1984 closed 7 years ago
You can already do it. Like this docker-compose run --rm nightwatch --env prod
In fact, I want to generate JUnit XML reports but when I try this it doesn't works:
docker-compose run --rm nightwatch --output reports
Thanks for your help.
I changed nightwatch.json configuration and change: "output_folder": "reports"
And it works!!
Hi, I think that it would be useful if we could pass command line options to the nigthwatch instance. http://nightwatchjs.org/guide#command-line-options.
Thanks in advance.