-
angular-karma-test: angular 应用的业力测试示例
资源介绍
角业力测试
关于通过 karma 测试 Angular 应用程序的示例项目
安装并运行
npm install -g http-server
git clone https://github.com/rotoshine/angular-karma-test.git
cd angular-karma-test
npm install
# 테스트를 1회만 실행
karma start test/karma.conf.js --single-run
# 테스트 실행 후 파일변경이 있을 때마다 다시 실행
npm test 혹은 karma start test/karma.conf.js
运行量角器测试
您需要先运行 Web 服务器,然后再运行测试。 似乎有一种方法可以让它像测试一样运行......
http-server -p 8000
安装和更新测试所需的模块。
npm in