モジュール: jasmine-browser-runner

メソッド

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

スペックを実行します。

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

スイートの実行が完了したら、全体の結果に解決する Promsie。

タイプ
Promise.<JasmineDoneInfo>

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

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

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

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

serverOptions ServerStartOptions

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

戻り値

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

タイプ
Promise.<undefined>