1 Star 6 Fork 4

dforel / codecombat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nightwatch.json 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
cgh 提交于 2020-01-26 13:38 . first commit!
{
"src_folders": ["spec/smoke/tests"],
"output_folder": "spec/smoke/reports",
"custom_commands_path": "spec/smoke/commands",
"custom_assertions_path": "",
"page_objects_path": "",
"globals_path": "",
"selenium": {
"start_process": true,
"start_session": true,
"server_path": "node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-2.53.1.jar",
"log_path": "",
"host": "127.0.0.1",
"port": 4444,
"cli_args": {
"webdriver.chrome.driver": "node_modules/chromedriver/lib/chromedriver/chromedriver"
}
},
"test_settings": {
"default": {
"launch_url": "http://localhost",
"selenium_port": 4444,
"selenium_host": "localhost",
"silent": true,
"screenshots": {
"enabled": false,
"path": ""
},
"desiredCapabilities": {
"browserName": "chrome",
"javascriptEnabled": true,
"acceptSslCerts": true
}
}
}
}
CoffeeScript
1
https://gitee.com/dforel/codecombat.git
git@gitee.com:dforel/codecombat.git
dforel
codecombat
codecombat
master

搜索帮助