文件名称:cypress-cucumber-example:赛普拉斯(Cypress)和Cucumber(Cucumber)的示例骨架
文件大小:92KB
文件格式:ZIP
更新时间:2024-05-26 10:05:57
javascript acceptance-testing tdd bdd atdd
赛普拉斯-Cucumber示例 正在安装 克隆回购 做git submodule init 做git submodule update npm安装 子模块添加为 git submodule add git@github.com:jmarti-theinit/cypress-cucumber-examples-features.git gherkin-features 使用您自己的存储库来做: git submodule deinit gherkin-features git submodule add (YOUR_REPO_URL) gherkin-features git add --all git commit -m " Change repo url " 警告 在cypress.json中,您可以检查“ chromeWebSecurity”属性是否已禁用。 请不要使用它,除非
【文件预览】:
cypress-cucumber-example-master
----.gitmodules(300B)
----gherkin-features()
----.nvmrc(8B)
----package.json(2KB)
----cypress()
--------config()
--------plugins()
--------support()
--------pages()
--------common()
--------integration()
--------fixtures()
----package-lock.json(284KB)
----.eslintrc.js(488B)
----.gitignore(95B)
----cypress.json(216B)
----README.md(645B)
----scripts()
--------remove-old-features.js(663B)
----build()
--------Jenkinsfile(696B)