
Define, Share and Automate your tests / specifications
config.tmar
Tmar working directories are defined in the tmar.config
This file has to be in a tmar directory in the test project resources directory
myProject/core/src/test/resources/tmar/tmar.config
Default tmar.config content
<TMAR>
<CONFIG>
<DESCRIPTION_DIRECTORY type="FILE" name="core/src/test/resources/tmar/description"/>
<RESULT_DIRECTORY name = "target/tmar-test-results"/>
<REPORT_DIRECTORY name = "target/tmar-test-report"/>
</CONFIG>
</TMAR>
Tmar’s directories
DESCRIPTION_DIRECTORY
All Tmar test description files
RESULT_DIRECTORY :
json execution result files per iteration (internal used Tmar files)
REPORT_DIRECTORY :
html test execution reports
<className>.<testName>.html (test report, one for each .tmar file)
index.html (global index of the test html reports)
index.html customisation
<PROJECT name = "My company project"/>
<LOGO name = "logo Test.png"/>
<SRC_GOOGLE_GRAPH name="https://www.google.com/jsapi" />
Url shortcut
<SHORTCUT name = "wikipedia" value = "http://en.wikipedia.org/wiki" />