capivarajs
Version:
Um framework para criação de componentes.
51 lines • 1.5 kB
JSON
{
"src_folders": [
"test/e2e/index.js"
],
"output_folder": "reports",
"custom_commands_path": "",
"custom_assertions_path": "",
"page_objects_path": "",
"globals_path": "",
"selenium": {
"start_process": true,
"server_path": "./bin/selenium-server-standalone-3.0.1.jar",
"log_path": "",
"port": 5555,
"cli_args": {
"webdriver.chrome.driver": "./bin/chromedriver"
}
},
"test_settings": {
"default": {
"launch_url": "http://localhost",
"selenium_port": 5555,
"selenium_host": "localhost",
"silent": true,
"screenshots": {
"enabled": false,
"path": "./screenshots"
},
"desiredCapabilities": {
"browserName" : "chrome"
},
"phantom": {
"browserName" : "phantomjs",
"javascriptEnabled" : true,
"acceptSslCerts" : true,
"phantomjs.binary.path" : "./bin/phantomjs",
"phantomjs.cli.args" : ["--ignore-ssl-errors=true"]
},
"chrome": {
"browserName": "chrome",
"javascriptEnabled": true,
"acceptSslCerts": true,
"chromeOptions": {
"args": [
"start-fullscreen"
]
}
}
}
}
}