-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.xml
23 lines (23 loc) · 1.24 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
<root>
<teststepfile>examples/get.test</teststepfile>
<globalretry>50</globalretry> <!-- Global limit for the number of retries for a test run -->
<globaljumpbacks>15</globaljumpbacks> <!-- Global limit for the number of checkpoint invocations for a test run -->
<userdefined>
<totaljobs>www.totaljobs.com</totaljobs> <!-- web site base url -->
<wic>webinject-check.azurewebsites.net</wic> <!-- WEBIMBLAZE-CHECK web site base url -->
</userdefined>
<autoassertions>
<autoassertion1>HTTP Error 404.0 . Not Found|||Page not found error</autoassertion1>
</autoassertions>
<smartassertions>
<smartassertion1>Set\-Cookies: |||Cache\-Control: private|Cache\-Control: no\-cache|||Must have a Cache-Control of private or no-cache when a cookie is set</smartassertion1>
</smartassertions>
<windows>
<chromedriver-binary>C:\selenium\chromedriver.exe</chromedriver-binary>
<selenium-binary>C:\selenium\selenium-server-3-standalone.jar</selenium-binary>
</windows>
<linux>
<chromedriver-binary>$ENV{"HOME"}/selenium/chromedriver</chromedriver-binary>
<selenium-binary>$ENV{"HOME"}/selenium/selenium-server-3-standalone.jar</selenium-binary>
</linux>
</root>