-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserenity.properties
34 lines (29 loc) · 975 Bytes
/
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
# Configuration for Selenium with Web Driver
webdriver.timeouts.implicitlywait=10000
webdriver.timeouts.setScriptTimeout=6000
webdriver.wait.for.timeout=6000
webdriver.driver=chrome
#webdriver.chrome.driver = src/test/resources/drivers/chromedriver.exe
feature.file.language=en
feature.file.encoding=UTF-8
serenity.report.encoding=UTF8
serenity.project.name=demoQA-suite
serenity.logging=VERBOSE
serenity.reports.show.step.details=true
serenity.take.screenshots=AFTER_EACH_STEP
serenity.console.colors=true
chrome.switches= "--disable-notifications,\
\ --enable-automation,\
\ --profile-directory=Default,\
\ --disable-web-security,\
\ --disable-plugins-discovery,\
\ --disk-cache-dir=null,\
\ --disable-popup-blocking,\
\ --disable-download-notification,\
\ --start-maximized,\
\ --ignore-certificate-errors,\
\ --allow-running-insecure-content,\
\ --disable-translate,\
\ --always-authorize-plugins,\
\ --disable-extensions,\
\ --incognito"