-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathserenity.properties
39 lines (31 loc) · 1.25 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
# Define the default driver
#webdriver.driver=phantomjs
# Appears at the top of the reports
serenity.project.name = Automation for ADAL, MSAL using Appium, Serenity Screenplay
serenity.outputDirectory = c:\\temp\\serenity\\output
# Root package for any JUnit acceptance tests
#serenity.test.root=net.serenitybdd.tutorials.features
# Customise your riequirements hierarchy
#serenity.requirement.types=feature, story
# Run the tests without calling webdriver - useful to check your JUnit wiring
#serenity.dry.run=true
# Customise browser size
#serenity.browser.height = 1200
#serenity.browser.width = 1200
webdriver.driver= appium
#webdriver.timeouts.implicitlywait = 50000
#webdriver.wait.for.timeout = 100000
#appium.hub = http://localhost:4723/wd/hub
####### iOS CAPS ######
#appium.automationName = XCUITest
#appium.platformName=IOS
#appium.platformVersion = 10.3
#appium.deviceName = iPhone 7
#appium.app = /Users/vikramanna/Documents/vikram/AppiumSerenityPOC/WordPress.app
####### Android CAPS ######
appium.automationName=uiautomator2
appium.platformName=Android
appium.platformVersion=7.1.2
appium.deviceName=Pixel 2
appium.app=C:\\Temp\\automation\\automationtestapp\\outputs\\apk\\adal\\debug\\automationtestapp-adal-debug.apk
appium.newCommandTimeout=1000