モジュール: jasmine-browser-runner

メソッド

(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>