文件名称:rock-paper-scissors:经典摇滚剪刀布
文件大小:284KB
文件格式:ZIP
更新时间:2024-07-20 14:54:12
JavaScript
石头剪刀布游戏 构建和启动: npm install make bro make up open http://localhost:8181 开发板 您可以在 tests/e2e/features 文件夹中找到 Gherkin 功能 测试: e2e: 对于 e2e 测试,您需要 chromedriver 或 之后您可以在 $PATH 中的某处执行: make e2e 单元+集成: make test 代码覆盖率报告: make coverage open ./lcov-report/app/index.html ============================== 覆盖范围总结 ================ ============== 报表 : 97.22% ( 70/72 ) 分行 : 75% ( 6/8 ) 功能 : 88.
【文件预览】:
rock-paper-scissors-master
----.travis.yml(107B)
----index.js(81B)
----package.json(760B)
----tests()
--------unit()
--------e2e()
--------integration()
----app()
--------index.js(257B)
--------lib()
--------app.js(1KB)
----.gitignore(671B)
----web()
--------css()
--------assets()
--------index.html(5KB)
--------js()
----Makefile(1KB)
----README.md(1KB)