时间:2024-03-24 01:59:13
【文件属性】:

文件名称:柏

文件大小:151KB

文件格式:ZIP

更新时间:2024-03-24 01:59:13

JavaScript

环境 赛普拉斯软件包版本> = 6.3.0 Node.js 10或12及以上 安装赛普拉斯 使用npm install cypress --save-dev 运行cypress -v检查cyress是否正确安装,如果有错误,请在系统环境中添加./bin文件夹 如何进行测试 克隆项目git clone https://github.com/kettlescott/Cypress.git 进入项目文件夹 运行命令cypress run --config-file config/deploy-config.json --spec "cypress/integration/regression.js" -b chrome --no-exit 框架介绍 这个框架背后的想法很straigtforward,我只是遵循Cypress的标准测试通过speficication我还添加了3个自定义命令到


【文件预览】:
Cypress-master
----config()
--------deploy-config.json(400B)
----package.json(869B)
----cypress()
--------plugins()
--------support()
--------integration()
----project.PNG(119KB)
----package-lock.json(38KB)
----.gitignore(207B)
----cypress.json(43B)
----README.md(2KB)
----yarn.lock(59KB)

网友评论