-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathserenity.properties
60 lines (59 loc) · 1.9 KB
/
serenity.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
##################################################
#
# @Auther: Nitya Narayan Gautam
# @Github: nityanarayan44
#
##################################################
# WEBDRIVER CONFIGURATIONS
##################################################
#webdriver.base.url=http://localhost:8080/examples
#simplified.stack.traces=false
#my.property=foo
#browserstack.browserName = chrome
#chrome.switches = --headless
#chrome.switches = --disable-extensions;
webdriver.driver=chrome
chrome.switches= --disable-infobars
#webdriver.base.url = https://www.something.org
webdriver.wait.for.timeout = 90000
#
##################################################
# SERENITY CONFIGURATIONS
##################################################
#serenity.take.screenshots=FOR_FAILURES
#serenity.browser.width=1280
#serenity.browser.height=1024
#serenity.use.unique.browser=true
#thucydides.activate.highlighting=true
#serenity.linked.tags = issue
json.pretty.printing = true
serenity.project.name = Wikipedia-Search
serenity.project.version = 1.0.0
serenity.logging = VERBOSE
serenity.dry.run = false
serenity.console.colors = true
serenity.verbose.steps = true
serenity.take.screenshots = AFTER_EACH_STEP
serenity.reports.show.step.details = true
serenity.reports.show.step.details = true
reciever = ashutosh.mishra@mindfiresolutions.com
standard-user = something/something
credentials = tm2@testmile.org/Testing123
subject = Test Mail
sender = noreply@getpocket.com
gmail-page = https://www.google.com/gmail/
body = This is a test mail sent for testing purpose
wikipedia-page = https://www.wikipedia.org/
#
##################################################
# JIRA CONFIGURATIONS
##################################################
#enable.markdown=story,narrative,scenario,step
#jira.url=
#jira.project=
#jira.username=
#jira.password=
#
##################################################
# OTHER CONFIGURATIONS
##################################################