登录 注册
当前位置:主页 > 资源下载 > 9 > angular-karma-test: angular 应用的业力测试示例

angular-karma-test: angular 应用的业力测试示例

  • 更新:2024-10-06 12:57:14
  • 大小:11.09MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

角业力测试 关于通过 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