モジュール: jasmine-browser-runner

メソッド

(static) runSpecs(options) → {Promise.<JasmineDoneInfo>}

スペックを実行します。

パラメータ
名前 タイプ 説明
options Configuration
戻り値

スイートの実行が完了したときに 全体の結果 に解決される Promise。

タイプ
Promise.<JasmineDoneInfo>

(static) startServer(options, serverOptions) → {Promise.<undefined>}

HTTP 経由でスペックとサポートファイルを配信する Server を開始します。

パラメータ
名前 タイプ 説明
options ServerCtorOptions

サーバーを構築するために使用する

serverOptions ServerStartOptions

サーバーを開始するために使用するオプション

戻り値

サーバーが開始されると解決される Promise。

タイプ
Promise.<undefined>