nightwatchjs / nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://nightwatchjs.org
MIT License
11.79k stars 1.31k forks source link

Nightwatch 1.x: Not able to set output_folder in nightwatch settings. #1779

Closed Dobbychen closed 6 years ago

Dobbychen commented 6 years ago

No matter how I set to output_folder, the junit test reports is always generated in "test_output" folder.

Nightwatch settings:

{
    "output_folder": "reports",
    "src_folders": ["tests"],
    "page_objects_path": "./page-objects",
......

Nightwatch: 1.04, Node: v8.9.1, OS: windows 10 and linux, Selenium: selenium grid 3.11.0

--

Before submitting a new issue, try searching for a similar one here: https://github.com/nightwatchjs/nightwatch/search?state=open&type=Issues.

beatfactor commented 6 years ago

Thanks, I'll look into it.