Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.76 KB

README.ja.md

File metadata and controls

68 lines (50 loc) · 2.76 KB

Hifive Test Explorer

This is the Test Result Explorer tool which supports hifive-test-library. You can easily access your test results and understand what is wrong, if these tests are written with hifive-test-library.

This product is licensed under the [Apache License, Version 2.0][license]. Our developer site is located at [htmlhifive.com][].

Let's hifive!

[license]: http://www.apache.org/licenses/LICENSE-2.0) [htmlhifive.com]: http://www.htmlhifive.com

前提

Supported browsers

  • Chrome ≥ 44
  • Internet Explorer 11
  • Firefox ≥ 37

手順

  1. ivy_build.xmlを実行します。ivy_build.xml.launchを選択し、右クリックし、 Run Asivy_build.xml で実行します。

  2. データベースを初期化して起動します。カレントディレクトリーを hifive-test-explorer/db/hsqlに変わって./init.shinit.batを実行します。 その後に./start.shstart.batを実行します。

  3. Tomcatのコンテキスト定義を更新します。プロジェクトを選択し、右クリックし、 Tomcatプロジェクトコンテキスト定義を更新で実行します。

  4. Tomcatを起動します。

  5. 下記にアクセスできることを確認してください。

    http://localhost:8080/hifive-test-explorer/list.html

About Web APIs

You can see the list of this application's APIs from http://localhost:8080/hifive-test-explorer/spec/api.html

By clicking the buttons labeled "Get a sample result" in that page, you can see the example data.

APIドキュメント(JSDocドキュメント)の生成方法

  1. jsdoc3をダウンロード

    • jsdoc3はここからダウンロードできます。https://github.com/jsdoc3/jsdoc
    • Tagなどからすべてのファイルをダウンロードし、 hifive/jsTool/jsdoc/bin に配置します。 ("jsdoc"コマンドが"bin"フォルダに存在するようにします。)
  2. 生成

    • build_for_js.xmljsdocターゲットを実行します。 hifive/src/main/webapp/docの下にドキュメントが生成されます。