3 Star 1 Fork 1

热门极速下载/forem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cypress.config.js 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* eslint-env node */
const { defineConfig } = require('cypress');
module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:1234',
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config);
},
screenshotsFolder: 'tmp/cypress_screenshots',
defaultCommandTimeout: 10000,
trashAssetsBeforeRuns: false,
video: false,
retries: 3,
reporter: 'cypress-multi-reporters',
reporterOptions: {
configFile: 'cypress/reporter-config.json',
},
},
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/mirrors_trending/forem.git
git@gitee.com:mirrors_trending/forem.git
mirrors_trending
forem
forem
main

搜索帮助