文件名称:codetest:面试的代码测试
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-31 18:28:52
JavaScript
代码测试 这是我的实现,它应该在最新的网络浏览器和移动设备上运行良好。 运行服务器 这是一个 nodejs 网络应用程序。 在 mac 或 linux 系统上,您需要安装 nodejs、npm(通常与 nodejs 一起提供),然后使用 npm install bower。 有关更多信息,请查看和 。 之后,您可以通过运行以下命令来初始化所需的依赖项: npm install bower install 现在您应该能够通过以下方式运行服务器: bin/www 运行测试 要运行测试,您可以使用提供的 shell 脚本。 它运行多组测试。 ./runtests.sh 测试位于测试子目录中,并根据首先运行的位置和类型进行分隔。 类型是单元测试或 ui 测试。 UI 测试是端到端的。
【文件预览】:
codetest-master
----.gitignore(672B)
----app.js(1KB)
----package.json(544B)
----bin()
--------www(264B)
----.bowerrc(47B)
----public()
--------javascripts()
--------resources()
--------stylesheets()
----views()
--------error.hjs(80B)
--------index.hjs(1KB)
----README.md(880B)
----tests()
--------client()
--------server()
----routes()
--------api()
--------index.js(1KB)
--------configure.js(319B)
----protractor.conf.js(11KB)
----bower.json(310B)
----runtests.sh(778B)