1 Star 0 Fork 0

Fsj_wade/notabase_cida

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cypress.config.ts 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
Richard Chu 提交于 2023-01-15 07:59 . Add cypress retries (#1380)
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
return require('./cypress/plugins/index.js')(on, config);
},
baseUrl: 'http://localhost:3000',
video: false,
retries: {
// Configure retry attempts for `cypress run`
runMode: 2,
// Configure retry attempts for `cypress open`
openMode: 0,
},
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fsj2001/notabase_cida.git
git@gitee.com:fsj2001/notabase_cida.git
fsj2001
notabase_cida
notabase_cida
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385