1 Star 0 Fork 0

方大民/crates.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
testem.js 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tobias Bieniek 提交于 2020-09-11 17:33 . Update testem configuration
'use strict';
module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
parallel: -1,
launch_in_ci: ['Chrome'],
launch_in_dev: ['Chrome'],
browser_start_timeout: 120,
browser_args: {
Chrome: {
ci: [
// --no-sandbox is needed when running Chrome inside a container
process.env.CI ? '--no-sandbox' : null,
'--headless',
'--disable-dev-shm-usage',
'--disable-software-rasterizer',
'--mute-audio',
'--remote-debugging-port=0',
'--window-size=1440,900',
].filter(Boolean),
},
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lordeath/crates.io.git
git@gitee.com:lordeath/crates.io.git
lordeath
crates.io
crates.io
main

搜索帮助