1 Star 0 Fork 0

matian/bot-12.1.4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest-puppeteer.config.js 624 Bytes
一键复制 编辑 原始数据 按行查看 历史
matian 提交于 2019-09-26 13:26 . first commit
const windowSize = {
width: 1300,
height: 900
}
module.exports = {
launch: {
headless: false,
// +20 so it's a bit bigger than the viewport so nothing is cut
args: [`--window-size=${windowSize.width + 20},${windowSize.height + 20}`]
// slowMo: 40 // Set this value to slow down tests globally
// devtools: true // Access the dev tools on the headless chrome
},
bpConfig: {
windowSize,
email: 'admin',
password: '123456',
botId: 'test-bot',
host: 'http://localhost:3000',
recreateBot: true // When testing something specific, set to false to keep the existing bot
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/martin135246/bot-12.1.4.git
git@gitee.com:martin135246/bot-12.1.4.git
martin135246
bot-12.1.4
bot-12.1.4
master

搜索帮助