This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #858 from Magenic/feature/W3CConfig
Feature/W3C config
- Loading branch information
Showing
18 changed files
with
312 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,81 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<section name="MagenicMaqs" type="System.Configuration.NameValueSectionHandler" /> | ||
<section name="SeleniumMaqs" type="System.Configuration.NameValueSectionHandler" /> | ||
<section name="RemoteSeleniumCapsMaqs" type="System.Configuration.NameValueSectionHandler" /> | ||
</configSections> | ||
<MagenicMaqs> | ||
<!--For configuration override tests--> | ||
<add key="OverrideTest" value="not overridden" /> | ||
<add key="OverrideNUnitTest" value="not overridden" /> | ||
<configSections> | ||
<section name="MagenicMaqs" type="System.Configuration.NameValueSectionHandler" /> | ||
<section name="SeleniumMaqs" type="System.Configuration.NameValueSectionHandler" /> | ||
<section name="RemoteSeleniumCapsMaqs" type="System.Configuration.NameValueSectionHandler" /> | ||
</configSections> | ||
<MagenicMaqs> | ||
<!--For configuration override tests--> | ||
<add key="OverrideTest" value="not overridden" /> | ||
<add key="OverrideNUnitTest" value="not overridden" /> | ||
|
||
<!-- Generic wait time in milliseconds - AKA how long do you wait for rechecking something --> | ||
<add key="WaitTime" value="1000" /> | ||
<!-- Generic wait time in milliseconds - AKA how long do you wait for rechecking something --> | ||
<add key="WaitTime" value="1000" /> | ||
|
||
<!-- Generic time-out in milliseconds --> | ||
<add key="Timeout" value="10000" /> | ||
<!-- Generic time-out in milliseconds --> | ||
<add key="Timeout" value="10000" /> | ||
|
||
<!-- Do you want to create logs for your tests | ||
<!-- Do you want to create logs for your tests | ||
<add key="Log" value="YES"/> | ||
<add key="Log" value="NO"/> | ||
<add key="Log" value="OnFail"/>--> | ||
<add key="Log" value="Yes" /> | ||
<add key="Log" value="Yes" /> | ||
|
||
<!--Logging Levels | ||
<!--Logging Levels | ||
<add key="LogLevel" value="VERBOSE"/> | ||
<add key="LogLevel" value="INFORMATION"/> | ||
<add key="LogLevel" value="GENERIC"/> | ||
<add key="LogLevel" value="SUCCESS"/> | ||
<add key="LogLevel" value="WARNING"/> | ||
<add key="LogLevel" value="ERROR"/>--> | ||
<add key="LogLevel" value="VERBOSE" /> | ||
<add key="LogLevel" value="VERBOSE" /> | ||
|
||
<!-- Logging Types | ||
<!-- Logging Types | ||
<add key="LogType" value="CONSOLE"/> | ||
<add key="LogType" value="TXT"/> | ||
<add key="LogType" value="HTML"/>--> | ||
<add key="LogType" value="TXT" /> | ||
<add key="LogType" value="TXT" /> | ||
|
||
<!-- Log file path - Defaults to build location if no value is defined | ||
<!-- Log file path - Defaults to build location if no value is defined | ||
<add key="FileLoggerPath" value="C:\Frameworks\"/>--> | ||
</MagenicMaqs> | ||
<SeleniumMaqs> | ||
<!--Local browser settings--> | ||
<!--<add key="Browser" value="Chrome"/>--> | ||
<!--<add key="Browser" value="Internet Explorer"/>--> | ||
<!--<add key="Browser" value="Firefox"/>--> | ||
<!--<add key="Browser" value="Edge"/>--> | ||
<add key="Browser" value="HeadlessChrome" /> | ||
</MagenicMaqs> | ||
<SeleniumMaqs> | ||
<!--Local browser settings--> | ||
<!--<add key="Browser" value="Chrome"/>--> | ||
<!--<add key="Browser" value="Internet Explorer"/>--> | ||
<!--<add key="Browser" value="Firefox"/>--> | ||
<!--<add key="Browser" value="Edge"/>--> | ||
<add key="Browser" value="HeadlessChrome" /> | ||
|
||
<!--Remote browser settings--> | ||
<!--<add key="Browser" value="REMOTE"/>--> | ||
<add key="RemoteBrowser" value="Chrome" /> | ||
<add key="RemotePlatform" value="Windows 10" /> | ||
<add key="HubUrl" value="https://ondemand.saucelabs.com/wd/hub" /> | ||
<add key="WebSiteBase" value="https://magenicautomation.azurewebsites.net/" /> | ||
<add key="BrowserWaitTime" value="1000" /> | ||
<add key="BrowserTimeout" value="20000" /> | ||
<add key="SeleniumCommandTimeout" value="200000" /> | ||
<!--Remote browser settings--> | ||
<!--<add key="Browser" value="REMOTE"/>--> | ||
<add key="RemoteBrowser" value="Chrome" /> | ||
<add key="RemotePlatform" value="Windows 10" /> | ||
<add key="HubUrl" value="https://ondemand.saucelabs.com/wd/hub" /> | ||
<add key="WebSiteBase" value="https://magenicautomation.azurewebsites.net/" /> | ||
<add key="BrowserWaitTime" value="1000" /> | ||
<add key="BrowserTimeout" value="20000" /> | ||
<add key="SeleniumCommandTimeout" value="200000" /> | ||
|
||
<!--Browser Resize settings--> | ||
<!--add key="BrowserSize" value="MAXIMIZE"/--> | ||
<!--add key="BrowserSize" value ="DEFAULT"/--> | ||
<add key="BrowserSize" value="1024x768" /> | ||
<!--Browser Resize settings--> | ||
<!--add key="BrowserSize" value="MAXIMIZE"/--> | ||
<!--add key="BrowserSize" value ="DEFAULT"/--> | ||
<add key="BrowserSize" value="1024x768" /> | ||
|
||
<add key="SoftAssertScreenshot" value="Yes" /> | ||
<add key="SavePagesourceOnFail" value="Yes" /> | ||
<add key="ImageFormat" value="PNG" /> | ||
<add key="RetryRefused" value="Yes" /> | ||
<add key="SoftAssertScreenshot" value="Yes" /> | ||
<add key="SavePagesourceOnFail" value="Yes" /> | ||
<add key="ImageFormat" value="PNG" /> | ||
<add key="RetryRefused" value="Yes" /> | ||
|
||
<add key="UseProxy" value="No" /> | ||
<add key="ProxyAddress" value="http://localhost:8002" /> | ||
<add key="FirefoxVersion" value="0.30.0" /> | ||
</SeleniumMaqs> | ||
<RemoteSeleniumCapsMaqs> | ||
<!--<add key="sauce:options" value="{username: 'USER', accessKey: 'KEY'}" />--> | ||
<add key="username" value="magenicMAQSService" /> | ||
<add key="accessKey" value="NEVER_ENTER_THIS_VALUE" /> | ||
<add key="test:test" value="test" /> | ||
</RemoteSeleniumCapsMaqs> | ||
<add key="UseProxy" value="No" /> | ||
<add key="ProxyAddress" value="http://localhost:8002" /> | ||
<add key="FirefoxVersion" value="0.30.0" /> | ||
</SeleniumMaqs> | ||
<RemoteSeleniumCapsMaqs> | ||
<add key="sauce:options"> | ||
<add key="username" value="magenicMAQSService" /> | ||
<!--<add key="accessKey" value="NEVER_ENTER_THIS_VALUE" />--> | ||
</add> | ||
</RemoteSeleniumCapsMaqs> | ||
</configuration> |
Oops, something went wrong.