-
Notifications
You must be signed in to change notification settings - Fork 0
/
atu.properties
executable file
·41 lines (29 loc) · 1.64 KB
/
atu.properties
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
#change results directory
atu.reports.dir=/Users/slawomirandrian/Polidea_Store_automation/PSGradle/ATU Reports
#change header text
atu.proj.header.text=Polidea Store Report
#add project/client logo, the image is copied to "HTML_Design_Files/IMG" directory
atu.proj.header.logo=/Users/slawomirandrian/Downloads/polidea_logo.png
#specify your project description
atu.proj.description=Polidea Testing Reports
#An option for the user to set whether screenshots should be taken or not regardless of what the user has logged in the script.
#Setting false for taking screenshots results in faster execution time. This option is best suitable when you use HtmlUnitDriver
atu.reports.takescreenshot=true
#User has the option to choose whether configuration reports should be generated or not
#Available options: true, false
atu.reports.configurationreports=true
#generate excel reports - the first preview of excel reports - with noticeable limitations
#Available options: true, false
atu.reports.excel=false
#when a user logs the step as failed (using LogAs parameter), you can continue execution of the remaining steps using this property
#Available options: true, false
atu.reports.continueExecutionAfterStepFailed =false
#Record test execution
#testmethod: recored execution for every single test method in its own movie file, not yet implemented
#suite: record execution of complete suite in a single movie file
#Available options: suite, none
atu.reports.recordExecution=none
#Maximum number of runs to generate, not yet implemented
atu.reports.setMaxRuns = 100
#generate pdf reports, not yet implemented
atu.reports.pdf=true