Created
June 16, 2021 16:26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"src_folders" : "tests", | |
"output_folder" : "reports", | |
"test_workers": { | |
"enabled": true, | |
"workers": "auto" | |
}, | |
"selenium" : { | |
"start_process" : false, | |
"server_path" : "", | |
"log_path" : "", | |
"host" : "hub.lambdatest.com", | |
"port" : 80, | |
"cli_args" : { | |
"webdriver.chrome.driver" : "", | |
"webdriver.ie.driver" : "", | |
"webdriver.firefox.profile" : "" | |
} | |
}, | |
"test_settings" : { | |
"default" : { | |
"launch_url" : "http://google.com", | |
"selenium_port" : 80, | |
"selenium_host" : "https://lambdatest.com", | |
"silent": false, | |
"screenshots" : { | |
"enabled" : true, | |
"path" : "" | |
}, | |
"username" : "YOUR_USERNAME", | |
"access_key" : "YOUR_ACCESSKEY", | |
"skip_testcases_on_fail": false, | |
"desiredCapabilities": { | |
"build":"Nightwatch-Headless-Browser-Test", | |
"selenium_version" : "3.13.0", | |
"visual":true, | |
"video":true, | |
"console":true, | |
"geoLocation" : "IN", | |
"network":true | |
} | |
}, | |
"chrome": { | |
"desiredCapabilities": { | |
"platform": "Windows 10", | |
"browserName": "chrome", | |
"chrome.driver" : "90.0", | |
"version": "90.0", | |
} | |
}, | |
"firefox" : { | |
"desiredCapabilities": { | |
"platform": "macos 10.13", | |
"browserName": "firefox", | |
"version": "87", | |
"headless" : true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment