1 Star 0 Fork 1

training-2021/cypress-realworld-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cypress.json 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kevin Old 提交于 2021-08-06 17:15 . Update to Cypress 8.2.0 (#1034)
{
"baseUrl": "http://localhost:3000",
"projectId": "7s5okt",
"integrationFolder": "cypress/tests",
"viewportHeight": 1000,
"viewportWidth": 1280,
"retries": {
"runMode": 2,
"openMode": 1
},
"env": {
"apiUrl": "http://localhost:3001",
"mobileViewportWidthBreakpoint": 414,
"coverage": false,
"codeCoverage": {
"url": "http://localhost:3001/__coverage__"
}
},
"experimentalStudio": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/training-2021/cypress-realworld-app.git
git@gitee.com:training-2021/cypress-realworld-app.git
training-2021
cypress-realworld-app
cypress-realworld-app
develop

搜索帮助