BDD-in-ReactJS

时间:2021-07-10 05:03:25
【文件属性】:
文件名称:BDD-in-ReactJS
文件大小:179KB
文件格式:ZIP
更新时间:2021-07-10 05:03:25
JavaScript BDD-in-React 一个示例应用程序,展示了如何为 ReactJS Web 应用程序应用 BDD 工作流。 环境设置 $ git clone https://github.com/LittleLin/BDD-in-ReactJS.git $ cd BDD-in-ReactJS $ npm install --dev $ npm install -g cucumber $ npm install -g protractor $ npm install -g webdriver-manager $ webdriver-manager update --standalone 开始测试服务器 $ webdriver-manager start 启动应用服务器 $ npm start 运行Cucumber功能 $ npm test 你应该看到这样的输出:
【文件预览】:
BDD-in-ReactJS-master
----.gitignore(598B)
----app()
--------app.js(284B)
--------build()
--------js()
--------calculator_mock.html(751B)
--------index.html(288B)
--------calculator.html(288B)
----package.json(665B)
----README.md(652B)
----screenshot.png(47KB)
----.idea()
--------misc.xml(125B)
--------encodings.xml(164B)
--------libraries()
--------workspace.xml(41KB)
--------vcs.xml(180B)
--------scopes()
--------BDD-in-ReactJS.iml(366B)
--------jsLibraryMappings.xml(215B)
--------.name(14B)
--------modules.xml(280B)
----test()
--------protractor-config.js(325B)
--------features()

网友评论