扩展
- ServerCtorOptions
- RunnerRunOptions
成员
browser :string|BrowserInfo|undefined
运行规范的浏览器。
类型
- string | BrowserInfo | undefined
clearReporters :boolean|undefined
在执行套件之前是否移除 Jasmine 的默认报告程序。
类型
- boolean | undefined
color :boolean|undefined
是否在控制台输出中使用颜色。默认为 true。
类型
- boolean | undefined
color :boolean|undefined
获取报告程序的模块名称。该模块将使用 require
加载,并且它的默认导出必须是一个构造函数,用于创建 报告程序。
类型
- boolean | undefined
cssFiles :Array.<string>|undefined
与 CSS 文件匹配的 CSS 文件路径的数组或 glob。每个路径或 glob 将相对于 ServerCtorOptions#srcDir
评估。
类型
- Array.<string> | undefined
helpers :Array.<string>|undefined
与帮助程序文件匹配的帮助程序文件路径或 glob 的数组。每个路径或 glob 将相对于 ServerCtorOptions#specDir
评估。帮助程序在规范之前加载。
类型
- Array.<string> | undefined
jasmineCore :any|undefined
要使用的 jasmine-core 实例。如果您需要以非标准方式加载 jasmine-core 时使用此方法。大多数情况下都可以省略它。
类型
- any | undefined
port :number|undefined
要监听的端口。
类型
- number | undefined
projectBaseDir :string|undefined
项目的根目录。
类型
- string | undefined
报告程序 :Array.<(string|Reporter)>
类型
- Array.<(string|Reporter)>
specDir :string
spec 文件所包含的目录,相对于 ServerCtorOptions#projectBaseDir
。
类型
- string
specFiles :Array.<string>|undefined
与 spec 文件匹配的 spec 文件路径或glob 的数组。将相对于 ServerCtorOptions#specDir
评估每个路径或 glob。
类型
- Array.<string> | undefined
srcDir :string
源文件所包含的目录,相对于 ServerCtorOptions#projectBaseDir
。
类型
- string
srcFiles :Array.<string>|undefined
与源文件匹配的源文件路径或glob 的数组。将相对于 ServerCtorOptions#srcDir
评估每个路径或 glob。
类型
- Array.<string> | undefined