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. Our developer site is located at htmlhifive.com.
Let's hifive!
- Eclipse IDE for Java EE (Luna SR2)
- Tomcat 7
- Sysdeo Eclipse Tomcat Launcher plugin (3.3.1)
- Set
Tomcat home
inWindow
→Preferences
→Tomcat
in Eclipse. - Copy
DevloaderTomcat7.jar
fromcom.sysdeo.eclipse.tomcat_3.3.1.jar
to$TOMCAT_HOME/lib
.
- Set
- Chrome ≥ 44
- Internet Explorer 11
- Firefox ≥ 37
-
Run
ivy_build.xml
. To do so, right-click onivy_build.xml.launch
and chooseRun As
→ivy_build.xml
. -
Initialize and start database. Change current directory to
hifive-test-explorer/db/hsql
and run./init.sh
orinit.bat
. And then, run./start.sh
orstart.bat
. -
Update Tomcat context definition. Right-click
hifive-test-explorer
project and chooseTomcat project
→Update context definition
. -
Start Tomcat.
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.
- Download jsdoc3
- Download jsdoc
- Download all fils from Tag to
hifive-test-explorer/jsTool/jsdoc/bin
. Letjsdoc.bat
be in thebin
folder.
- Generate
- Right-click
hifive-test-explorer/jsTool/jsdoc/jsdoc.bat
and select open in the command prompt. - Run
jsdoc.bat
. - JSDocs are generated in
hifive-test-explorer/doc/jsdoc
.
- Right-click