方法
(static) runSpecs(options) → {Promise.<JasmineDoneInfo>}
运行规范。
参数
名称 | 类型 | 说明 |
---|---|---|
options |
Configuration |
返回值
当套件运行完毕时,会解析为 总体结果 的 Promise。
- 类型
- Promise.<JasmineDoneInfo>
(static) startServer(options, serverOptions) → {Promise.<undefined>}
启动 Server
,它会通过 HTTP 传输规范和支持文件。
参数
名称 | 类型 | 说明 |
---|---|---|
options |
ServerCtorOptions | 用于构建服务器 |
serverOptions |
ServerStartOptions | 用于启动服务器的选项 |
返回值
服务器启动后解析的 Promise。
- 类型
- Promise.<undefined>