1K Star 5.3K Fork 1.6K

GVP大漠穷秋 / NiceFish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cypress.config.ts 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
大漠穷秋 提交于 2023-03-21 20:31 . upgrade e2e testing with Cypress
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
'baseUrl': 'http://localhost:4200'
},
component: {
devServer: {
framework: 'angular',
bundler: 'webpack',
},
specPattern: '**/*.cy.ts'
}
})
TypeScript
1
https://gitee.com/mumu-osc/NiceFish.git
git@gitee.com:mumu-osc/NiceFish.git
mumu-osc
NiceFish
NiceFish
master

搜索帮助