文件名称:cypress-gwt-example:示例回购展示了如何将Cypress与Cucumber功能文件一起使用
文件大小:633KB
文件格式:ZIP
更新时间:2024-05-26 10:34:08
JavaScript
:robot: cypress-gwt-example 示例回购展示了如何将Cypress与Cucumber功能文件一起使用 此回购是关于“如何让产品所有者编写功能测试”演讲的同伴,为您提供了一些有关如何将Cypress与Cucumber连接并测试应用程序的简单示例。 :speak-no-evil_monkey: 谈话 如果您错过了演讲,请查看: :smiling_face_with_sunglasses: 这个怎么运作 使用和,我们设置.feature中的文件读取的步骤定义生成我们的测试柏树。 这些然后测试我们提供的 :fire: 本地运行 # Clone me git clone git@github.com:csi-lk/cypress-gwt-example.git # Install dependencies yarn # Build the app yarn build # Open Cypress yarn test # Run Cypress in headless mo
【文件预览】:
cypress-gwt-example-master
----.gitignore(873B)
----cypress.json(59B)
----README.md(2KB)
----.github()
--------workflows()
----public()
--------manifest.json(497B)
--------robots.txt(57B)
--------logo192.png(5KB)
--------logo512.png(9KB)
--------index.html(2KB)
--------favicon.ico(4KB)
----LICENSE(1KB)
----cypress()
--------integration()
--------support()
--------fixtures()
--------plugins()
----package.json(1KB)
----src()
--------serviceWorker.js(5KB)
--------reset.css(1KB)
--------index.css(445B)
--------App.test.js(248B)
--------App.css(780B)
--------index.js(466B)
--------App.js(3KB)
----talk()
--------using-gwt-with-cypress.pdf(445KB)
--------using-gwt-with-cypress-raw.md(13KB)
----yarn.lock(488KB)