Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 2.43 KB

README.ja.md

File metadata and controls

59 lines (44 loc) · 2.43 KB

Pitalium Explorer

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

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. データベースを初期化して起動します。カレントディレクトリーを pitalium-explorer/db/hsqlに変わって./init.shinit.batを実行します。 その後に./start.shstart.batを実行します。

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

  4. Tomcatを起動します。

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

    http://localhost:8080/pitalium-explorer/list.html

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の下にドキュメントが生成されます。