1 Star 0 Fork 8

onetrance/cypress-demo

forked from dnxb123/cypress-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
dnxb123 提交于 2024-05-31 17:05 +08:00 . update
{
"name": "cypress-demo",
"version": "1.0.0",
"description": "#### Description {**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
"main": "index.js",
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run --spec cypress/e2e/3-demo/*.spec.js"
},
"repository": {
"type": "git",
"url": "git@gitee.com:zhaoruguo/cypress-demo.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"mocha": "^10.4.0",
"mochawesome": "^7.1.3"
},
"devDependencies": {
"cypress": "^13.10.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/one-transition/cypress-demo.git
git@gitee.com:one-transition/cypress-demo.git
one-transition
cypress-demo
cypress-demo
main

搜索帮助