FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-thumbnailer/unitth.properties at master · benjaminpick/java-thumbnailer · GitHub
benjaminpick
/
java-thumbnailer
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
49
Code
Issues
11
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
java-thumbnailer
/
unitth.properties
Copy path
More file actions
More file actions
Latest commit
History
History
History
55 lines (51 loc) · 1.68 KB
Breadcrumbs
java-thumbnailer
/
unitth.properties
Copy path
File metadata and controls
55 lines (51 loc) · 1.68 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
#
Properties file for the Unit test report parser.
#
#
This is just an example file. Please adopt it to fit your needs and
#
place a copy in either $HOME or in the working folder.
#
#
#
This flag indicates whether execution time graphs shall be
#
generated or not for the individual test cases. If omitted
#
the default value will be true.
#
unitth.generate.exectimegraphs
=
true
#
#
This flag indicates the location of the index.html that
#
is a part of the JUnit HTML reports. Usually this file
#
lies in the same folder as the XML test run files. If
#
omitted no links will be generated.
#
#
Example
#
A JUnit XML test report files are generated in folder YYYY.
#
In the same folder the JUnit HTML report has been generated and
#
placed in the subfolder XXXX. Then the unitth.html.report.path property
#
shall be set to XXXX.
#
#
Example 2 Windows path with spaces
#
unitth.html.report.path=junit\ html
#
unitth.html.report.path
=
.
#
#
This flag indicates where the generated HTML history report
#
shall end up. If omitted the default value is ./report.th.
#
#
Example Windows paths:
#
unitth.report.dir=C:\\Documents\ and\ Settings\\UserName\\Desktop\\report.th
#
#
Example relative Windows path:
#
unitth.report.dir=..\\..\\..\\Documents\ and\ Settings\\UserName\\Desktop\\report.th
#
#
unitth.report.dir=../../reports/reports.unitth/report.th
unitth.report.dir
=
build/report.out
#
#
Use this property to define a filter for which files to be parsed in a report folder.
#
The method String.startsWith is used in the file filter.
#
#
Example:
#
unitth.xml.report.filter=TEST-
#
#
Example
#
unitth.xml.report.filter=AllTests.xml
#
unitth.xml.report.filter
=
TEST-
Back
|
FazBrowse Home
|
New Git URL