test_settings: {
default: {
disable_error_log: false,
- launch_url: 'https://nightwatchjs.org',
+ // launch_url: 'https://nightwatchjs.org',
screenshots: {
enabled: false,
},
desiredCapabilities: {
- browserName: 'firefox',
+ browserName: 'chrome',
+ 'goog:chromeOptions': {
+ w3c: true,
+ args: ['--headless'],
+ },
},
webdriver: {
start_process: true,
server_path: '',
+ cli_args: [
+ // --verbose
+ ],
},
},
webdriver: {
start_process: true,
server_path: '',
- cli_args: [
- // --verbose
- ],
},
},
+ 'chrome-headless': {
+ extends: 'default',
+ },
+
edge: {
desiredCapabilities: {
browserName: 'MicrosoftEdge',