モジュール: 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>