文件名称:search-github:使用React在Github上搜索用户,在JS(Glamor)中使用CSS,在Cypress上进行E2E测试以及在CircleCI上进行CICD测试的示例
文件大小:332KB
文件格式:ZIP
更新时间:2024-06-02 18:21:16
react nodejs javascript yarn react-router
搜索GitHub 演示 输入用户名并获取GitHub用户详细信息。 该项目是通过引导的。 安装 git clone git@github.com:danvitoriano/search-github.git cd search-github yarn 跑步 yarn start 在启动开发服务器。 yarn build 测试 yarn test 赛普拉斯End-2-End测试框架 yarn e2e 启动http://cypress.io JavaScript端到端测试框架。 您可以在Globals.js文件中更改属性,环境和模拟存根。 持续整合 使用CircleCI自动建立连续流程 部署 now.sh 安装now.sh以在公共地址上构建和部署。 然后运行: now 赫鲁库 使用Heroku Buildpack 。 :pencil: 将$APP_NAME替换为您的唯一应用程序的
【文件预览】:
search-github-master
----package.json(828B)
----cypress()
--------plugins()
--------support()
--------integration()
--------fixtures()
----LICENSE(1KB)
----src()
--------index.js(316B)
--------registerServiceWorker.js(4KB)
--------setupTests.js(255B)
--------components()
----.gitignore(285B)
----.circleci()
--------config.yml(968B)
----cypress.json(3B)
----public()
--------manifest.json(317B)
--------index.html(2KB)
--------favicon.ico(4KB)
----README.md(3KB)