Skip to content

Commit

Permalink
Merge ea96967 into 161a8b7
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxing-yuan authored Apr 24, 2023
2 parents 161a8b7 + ea96967 commit 300b3ba
Show file tree
Hide file tree
Showing 119 changed files with 17,117 additions and 82 deletions.
26 changes: 26 additions & 0 deletions docs/api_net/AxaFrance.WebEngine.Report.ActionReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,32 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="AxaFrance_WebEngine_Report_ActionReport_Id_" data-uid="AxaFrance.WebEngine.Report.ActionReport.Id*"></a>
<h4 id="AxaFrance_WebEngine_Report_ActionReport_Id" data-uid="AxaFrance.WebEngine.Report.ActionReport.Id">Id</h4>
<div class="markdown level1 summary"><p>The unique identifier of the report item, generated automaticaly and used for showing report</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Id { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>


<a id="AxaFrance_WebEngine_Report_ActionReport_Log_" data-uid="AxaFrance.WebEngine.Report.ActionReport.Log*"></a>
<h4 id="AxaFrance_WebEngine_Report_ActionReport_Log" data-uid="AxaFrance.WebEngine.Report.ActionReport.Log">Log</h4>
<div class="markdown level1 summary"><p>RAW log of the test execution, the log will be retrived from <a class="xref" href="AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Information">Information</a> after execution.</p>
Expand Down
26 changes: 26 additions & 0 deletions docs/api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,32 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="AxaFrance_WebEngine_Report_ScreenshotReport_Id_" data-uid="AxaFrance.WebEngine.Report.ScreenshotReport.Id*"></a>
<h4 id="AxaFrance_WebEngine_Report_ScreenshotReport_Id" data-uid="AxaFrance.WebEngine.Report.ScreenshotReport.Id">Id</h4>
<div class="markdown level1 summary"><p>The identifier of the screenshot for html report viewing experience.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Id { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>


<a id="AxaFrance_WebEngine_Report_ScreenshotReport_Name_" data-uid="AxaFrance.WebEngine.Report.ScreenshotReport.Name*"></a>
<h4 id="AxaFrance_WebEngine_Report_ScreenshotReport_Name" data-uid="AxaFrance.WebEngine.Report.ScreenshotReport.Name">Name</h4>
<div class="markdown level1 summary"><p>The name or brief descrption of the screenshot.</p>
Expand Down
26 changes: 26 additions & 0 deletions docs/api_net/AxaFrance.WebEngine.Report.TestCaseReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,32 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="AxaFrance_WebEngine_Report_TestCaseReport_Id_" data-uid="AxaFrance.WebEngine.Report.TestCaseReport.Id*"></a>
<h4 id="AxaFrance_WebEngine_Report_TestCaseReport_Id" data-uid="AxaFrance.WebEngine.Report.TestCaseReport.Id">Id</h4>
<div class="markdown level1 summary"><p>The unique identifier of the report item, generated automaticaly and used for showing report</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Id { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>


<a id="AxaFrance_WebEngine_Report_TestCaseReport_Log_" data-uid="AxaFrance.WebEngine.Report.TestCaseReport.Log*"></a>
<h4 id="AxaFrance_WebEngine_Report_TestCaseReport_Log" data-uid="AxaFrance.WebEngine.Report.TestCaseReport.Log">Log</h4>
<div class="markdown level1 summary"><p>The log of</p>
Expand Down
28 changes: 28 additions & 0 deletions docs/api_net/AxaFrance.WebEngine.Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,34 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="AxaFrance_WebEngine_Settings_UseAppiumForWebMobile_" data-uid="AxaFrance.WebEngine.Settings.UseAppiumForWebMobile*"></a>
<h4 id="AxaFrance_WebEngine_Settings_UseAppiumForWebMobile" data-uid="AxaFrance.WebEngine.Settings.UseAppiumForWebMobile">UseAppiumForWebMobile</h4>
<div class="markdown level1 summary"><p>Use Appium driver for Web Mobile Testing.
This parameter can be set to true if you are running Web Mobile testing on local Appium Instance or a Selenium Grid based on Appium instances.
True: Use Appium Driver (AndroidDriver or IOsDriver), False : Use RemoteWebDriver.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool UseAppiumForWebMobile { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>


<a id="AxaFrance_WebEngine_Settings_UseJavaScriptClick_" data-uid="AxaFrance.WebEngine.Settings.UseJavaScriptClick*"></a>
<h4 id="AxaFrance_WebEngine_Settings_UseJavaScriptClick" data-uid="AxaFrance.WebEngine.Settings.UseJavaScriptClick">UseJavaScriptClick</h4>
<div class="markdown level1 summary"><p>Active JavaScript Click. Mainly used for SafariDriver and Mobile Chrome based driver because native click may not work.</p>
Expand Down
19 changes: 19 additions & 0 deletions docs/demo/ENV.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<EnvironmentVariables xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.axa.fr/WebEngine/2022">
<Variable>
<Name>NOM</Name>
<Value>VALEUR</Value>
</Variable>
<Variable>
<Name>URL_RECETTE</Name>
<Value>https://www.test.fr</Value>
</Variable>
<Variable>
<Name>URL_PREPROD</Name>
<Value>https://www.test.co.uk</Value>
</Variable>
<Variable>
<Name>URL_PROD</Name>
<Value>https://www.test.de</Value>
</Variable>
</EnvironmentVariables>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ <h3>Checkboxs</h3>
</fieldset>

<h3>Element not in viewport</h3>
<div style="height: 1000px"></div>
<div style="height: 1000px">space holder</div>
<div style="height: 1000px">space holder</div>
<div custom_name="scroll_intoview">
scrolle into view
</div>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ <h2 id="getting-started">Getting started.</h2>
</tbody>
</table>
<h2 id="show-case">Show case</h2>
<iframe frameborder="0" width="640" height="360" src="https://www.dailymotion.com/embed/video/k7kedqwLLueznayqBmd" allowfullscreen="" allow="autoplay"></iframe>
<iframe frameborder="0" src="https://www.dailymotion.com/embed/video/k7kedqwLLueznayqBmd" allowfullscreen="" allow="autoplay"></iframe>

<h2 id="use-the-latest-version">Use the latest version</h2>
<p>The Framework is distributed via Package Management: NuGet for .NET version and Maven for JAVA Version.</p>
<h2 id="contact-us">Contact us</h2>
<p>Feel free to reach us if you want to adopt the Framework, report Bugs or have good ideas to contribute on it.</p>
<h3 id="repository-of-net-project-and-shared-components">Repository of .NET Project and shared components:</h3>
<ul>
<li><a href="https://github.com/AxaGuilDEv/webengine-dotnet">https://github.com/AxaGuilDEv/webengine-dotnet</a></li>
<li><a href="https://github.com/AxaFrance/webengine-dotnet">https://github.com/AxaFrance/webengine-dotnet</a></li>
<li>Main contributor: Huaxing YUAN <a href="https://www.linkedin.com/in/huaxing-yuan/"><img src="images/linked-in.svg" width="16"></a> <a href="https://github.com/huaxing-yuan"><img src="images/github.svg" width="16"></a> <a href="https://twitter.com/huaxing_yuan"><img src="images/twitter.svg" width="16"></a></li>
</ul>
<h3 id="repository-java-project">Repository Java Project:</h3>
Expand Down
Loading

0 comments on commit 300b3ba

Please sign in to comment.