1 Star 0 Fork 1.3K

waliuliu/JAVA商城系统mall4j的后台界面-mall4v_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nightwatch.conf.js 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
OPGames 提交于 6年前 . 初始化
require('babel-register')
var config = require('../../config')
// http://nightwatchjs.org/gettingstarted#settings-file
module.exports = {
src_folders: ['test/e2e/specs'],
output_folder: 'test/e2e/reports',
custom_assertions_path: ['test/e2e/custom-assertions'],
selenium: {
start_process: true,
server_path: require('selenium-server').path,
host: '127.0.0.1',
port: 4444,
cli_args: {
'webdriver.chrome.driver': require('chromedriver').path
}
},
test_settings: {
default: {
selenium_port: 4444,
selenium_host: '192.168.0.143',
silent: true,
globals: {
devServerURL: 'http://192.168.0.143:' + (process.env.PORT || config.dev.port)
}
},
chrome: {
desiredCapabilities: {
browserName: 'chrome',
javascriptEnabled: true,
acceptSslCerts: true
}
},
firefox: {
desiredCapabilities: {
browserName: 'firefox',
javascriptEnabled: true,
acceptSslCerts: true
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/waliuliu/mall4v_middle.git
git@gitee.com:waliuliu/mall4v_middle.git
waliuliu
mall4v_middle
JAVA商城系统mall4j的后台界面-mall4v_1
master

搜索帮助