-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
84 lines (69 loc) · 2.96 KB
/
config.xml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<MagenicMaqs>
<!-- Generic wait time in milliseconds - AKA how long do you wait for rechecking something -->
<WaitTime>100</WaitTime>
<!-- Generic time-out in milliseconds -->
<Timeout>10000</Timeout>
<!-- Do you want to create logs for your tests
<Log>YES</Log>
<Log>NO</Log>
<Log>OnFail</Log>-->
<Log>YES</Log>
<!--Logging Levels
<LogLevel>VERBOSE</LogLevel>
<LogLevel>INFORMATION</LogLevel>
<LogLevel>GENERIC</LogLevel>
<LogLevel>SUCCESS</LogLevel>
<LogLevel>WARNING</LogLevel>
<LogLevel>ERROR</LogLevel>-->
<LogLevel>VERBOSE</LogLevel>
<!-- Logging Types
<LogType>CONSOLE</LogType>
<LogType>TXT</LogType>
<LogType>HTML</LogType>-->
<LogType>TXT</LogType>
<!-- Log file path - Defaults to build location if no value is defined
<FileLoggerPath>C:\\Frameworks\\</FileLoggerPath> -->
</MagenicMaqs>
<AppiumMaqs>
<!-- Device settings -->
<PlatformName>Android</PlatformName>
<PlatformVersion>6.0</PlatformVersion>
<DeviceName>Android GoogleAPI Emulator</DeviceName>
<!-- Appium or grid connection -->
<MobileHubUrl>http://ondemand.saucelabs.com:80/wd/hub</MobileHubUrl>
<!-- Command time-out in milliseconds -->
<MobileCommandTimeout>122000</MobileCommandTimeout>
<!-- Wait time in milliseconds - AKA how long do you wait for rechecking something -->
<MobileWaitTime>1000</MobileWaitTime>
<!-- Time-out in milliseconds -->
<MobileTimeout>10000</MobileTimeout>
<!-- Do you want to take screenshots upon Soft Assert Failures
<SoftAssertScreenshot>YES</SoftAssertScreenshot>
<SoftAssertScreenshot>NO</SoftAssertScreenshot> -->
<SoftAssertScreenshot>NO</SoftAssertScreenshot>
<!-- Screenshot Image Formats
<ImageFormat>Bmp</ImageFormat>
<ImageFormat>Gif</ImageFormat>
<ImageFormat>Jpeg</ImageFormat>
<ImageFormat>Png</ImageFormat>
<ImageFormat>Tiff</ImageFormat>-->
<ImageFormat>Png</ImageFormat>
<!-- Do you want to save page source when a Soft Assert fails
<SavePagesourceOnFail>YES</SavePagesourceOnFail>
<SavePagesourceOnFail>NO</SavePagesourceOnFail> -->
<SavePagesourceOnFail>NO</SavePagesourceOnFail>
<!-- settings in JMAQS, not in MAQS> -->
<BundleID>com.magenic.maqs.appium.tester</BundleID>
<Orienation>landscape</Orienation>
<DeviceUDID>1234567890ACDEF1234687890ABCDEF</DeviceUDID>
<MobileBrowser>NO</MobileBrowser>
</AppiumMaqs>
<AppiumCapsMaqs>
<username>Partner_Magenic</username>
<accessKey>7e0592a4-16de-4c6b-9b87-ee61aa43ceac</accessKey>
<appiumVersion>1.7.1</appiumVersion>
<app>org.openintents.shopping</app>
</AppiumCapsMaqs>
</configuration>