1 Star 0 Fork 26

堪培拉的风/Semi-Design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cypress.config.ts 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig } from 'cypress'
export default defineConfig({
projectId: 'k83u7j',
scrollBehavior: false,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
},
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lelezr/Semi-Design.git
git@gitee.com:lelezr/Semi-Design.git
lelezr
Semi-Design
Semi-Design
main

搜索帮助