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. 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
- hifive-res project
- 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 (if you want to use). Change current directory to
pitalium-explorer/db/hsql
and run./init.sh
orinit.bat
. And then, run./start.sh
orstart.bat
. -
Update Tomcat context definition. Right-click
pitalium-explorer
project and chooseTomcat project
→Update context definition
. -
Update Tomcat context definition. Right-click
hifive-res
project and chooseTomcat project
→Update context definition
. If you didn't download thehifive-res
project, get it from hifive-res. -
Set a result folder. Open
pitalium-explorer/src/main/resources/persisterConfig.json
and changefile.resultDirectory
value to an absolute path of your result folder or a relative one from thepitalium-explorer
project folder. -
Start Tomcat.
- Download jsdoc3
- Download jsdoc
- Download all fils from Tag to
pitalium-explorer/jsTool/jsdoc/bin
. Letjsdoc.bat
be in thebin
folder.
- Generate
- Right-click
pitalium-explorer/jsTool/jsdoc/jsdoc.bat
and select open in the command prompt. - Run
jsdoc.bat
. - JSDocs are generated in
pitalium-explorer/doc/jsdoc
.
- Right-click