Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/react-numeric-input/nightwatch.json

{
    "src_folders" : ["tests_e2e/tests"],
    "output_folder": "tests_e2e/reports",
    "custom_commands_path": "",
    "custom_assertions_path": "",
    "page_objects_path": "",
    "globals_path": "",
    "selenium": {
        "start_process": true,
        "start_session": true,
        "server_path": "tests_e2e/bin/selenium.jar",
        "log_path": "tests_e2e",
        "port": 4444,
        "cli_args": {
            "webdriver.chrome.driver": "tests_e2e/bin/chromedriver"
        }
    },
    "test_settings": {
        "default": {
            "launch_url" : "http://localhost",
            "selenium_port"  : 4444,
            "selenium_host": "localhost",
            "request_timeout_options": {
                "timeout": 60000,
                "retry_attempts": 0
            },
            "silent": true,
            "output": true,
            "screenshots": {
                "enabled"   : false,
                "path"      : "tests/e2e/screenshots",
                "on_failure": true,
                "on_error"  : false
            },
            "desiredCapabilities": {
                "browserName": "chrome",
                "javascriptEnabled": true,
                "acceptSslCerts": true
            },
            "disable_colors": false,
            "globals" : {},
            "use_xpath": false,
            "detailed_output": false,
            "end_session_on_fail": false,
            "skip_testcases_on_fail": false,
            "persist_globals": true
        },
        "chrome" : {
            "desiredCapabilities": {
                "headless": true,
                "disableGpu": true,
                "chromeOptions" : {
                    "args" : ["--headless", "--disable-gpu"]
                }
            }
        }
    },
    "live_output": false,
    "disable_colors": false,
    "parallel_process_delay": 10,
    "test_workers": false,
    "test_runner": "default"
}
Back to Directory File Manager