当前位置: 首页 > 知识库问答 >
问题:

如何配置业力

戚峻
2023-03-14

这是我的根目录
src/tsfolders/. ts文件公共/src/jsfolders/. js文件

和因果报应配置

module.exports = function(config) {

配置。set({basePath:'.',框架:['jasmine'],插件:[require('karma-jasmine'),require('karma-chrome-launcher'),require('karma-htmlfile-reporter')],

customLaunchers: {
  // From the CLI. Not used here but interesting
  // chrome setup for travis CI using chromium
  Chrome_travis_ci: {
    base: 'Chrome',
    flags: ['--no-sandbox']
  }
},
files: [
  // System.js for module loading
  'node_modules/systemjs/dist/system-polyfills.js',
  'node_modules/systemjs/dist/system.src.js',

  // Polyfills
  'node_modules/es6-shim/es6-shim.js',

  // Reflect and Zone.js
  'node_modules/reflect-metadata/Reflect.js',
  'node_modules/zone.js/dist/zone.js',
  'node_modules/zone.js/dist/jasmine-patch.js',
  'node_modules/zone.js/dist/async-test.js',
  'node_modules/zone.js/dist/fake-async-test.js',

  // RxJs.
  { pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false },
  { pattern: 'node_modules/rxjs/**/*.js.map', included: false, watched: false },

  // Angular 2 itself and the testing library
  {pattern: 'node_modules/@angular/**/*.js', included: false, watched: false},
  {pattern: 'node_modules/@angular/**/*.js.map', included: false, watched: false},

  'karma-test-shim.js',

   {pattern: 'public/src/**/*.js', included: false, watched: true},

          // paths to support debugging with source maps in dev tools
    {pattern: 'src/**/*.ts', included: false, watched: false},
    {pattern: 'src/**/*.js.map', included: false, watched: false}
],

// proxied base paths for loading assets
proxies: {
  // required for component assets fetched by Angular's compiler
  '/src/': '/base/src/'

},

exclude: [],
preprocessors: {},
reporters: ['progress', 'html'],

// HtmlReporter configuration
htmlReporter: {
  // Open this file to see results in browser
  outputFile: '_test-output/tests.html',

  // Optional
  pageTitle: 'Unit Tests',
  subPageTitle: __dirname
},

port: 9876,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false

})}

有人能解释如何配置因果报应路径吗,因为现在它看不到我的任何测试,并返回错误“执行0/0错误”

共有1个答案

司马狐若
2023-03-14

业力会在你的业力所在的地方寻找你的相关文件。conf.js文件为。

所以如果你的因果报应。conf.js文件位于C:\YourName\MyApp\Karma。conf.js

然后把

 { pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false }

会让卡玛看到

C:/YourName/MyApp/node_modules/rxjs/        and beyond
 类似资料:
  • 我想在linux jenkins中配置IOS项目作业。在没有OSX PC的情况下,是否可以在Linux Jenkins中配置IOS作业。

  • 我正在重构一个传统的基于Spring Batch XML的应用程序,以使用注释配置。我想了解如何将以下XML文件转换为基于注释的配置,并保持相同的关注分离。 为了便于讨论,这里有一个简单的例子。 job-config-1.xml job-config-2.xml job-config-3。xml 我想从XML配置转移到Java配置。我想为每个XML创建3个作业配置类。比如说JobConfig1。j

  • 如果有其他的方法来配置jHipster中的石英作业,请告诉我。或者,如果jHipster为调度程序工作提供了开箱即用的功能,那就太好了。 石英作业依赖关系

  • 我希望在我的应用程序中定义多个,并尝试将它们模块化,如下所示: 从sysout中,我可以看到创建了两个作业bean。 那么为什么找不到读者呢?我的意思是:除了将bean方法本身命名为,并将其注入变量名之外,我还能做些什么呢? SideNote:当我删除模块化并在上使用时,job运行良好。所以我很确定作业和阅读器的配置应该是正确的。但是当然我不能在下面运行类似的jobclass,所以我希望启用模块化

  • 业务指标配置 业务监控配置 什么是业务指标 与 Transaction 不同,业务指标更偏向于一个应用在宏观上的指标。 业务指标由 logMetric() 上报而来,对应logMetric(String name, Map<String, String> tags) 中的name。 如果需要为指标编辑一些可读性更好的标题,或者需要修改图表的展示顺序等,可以到"业务监控配置"编辑页面进行编辑。 如何

  • 3.4 配置业务集群 本节介绍如何配置业务服务器集群,对应Nginx配置文件中的upstream部分。 业务服务器真正处理网络请求,部署着web应用。 1.点击引导页面的“点击新增集群”按钮 2.在对话框中输入业务集群名称 3.进入业务集群配置界面。该界面可以主要分为三个部分: a. 集群信息: 配置集群名称、负载策略、长链接数、心跳检测规则、降级规则。 集群名称:对应upstream名称。为了保