From 9be1136b48ff8380e6d16721bf40513656968688 Mon Sep 17 00:00:00 2001 From: Huaxing YUAN Date: Tue, 7 Jan 2025 11:55:47 +0100 Subject: [PATCH] fix some problems of documentation --- ...ngine.MobileApp.AppElementDescription.html | 21 +- ...e.WebEngine.MobileApp.SharedActionApp.html | 3 +- ...rance.WebEngine.MobileApp.TestCaseApp.html | 9 +- .../AxaFrance.WebEngine.Web.TestCaseWeb.html | 6 +- ...e.WebEngine.Web.WebElementDescription.html | 21 +- docs/articles/accessibility.html | 2 +- docs/articles/env-impact.html | 11 +- docs/articles/toc.html | 3 + docs/articles/webengine-app.html | 2 +- docs/articles/webengine-web.html | 4 +- docs/manifest.json | 948 +++++++++--------- docs/tutorials/keyword-driven-cs.html | 4 +- docs/tutorials/page-model.html | 2 +- docs/tutorials/web-driver.html | 2 +- docs/xrefmap.yml | 26 +- .../articles/accessibility.md | 2 +- .../articles/env-impact.md | 12 +- src/AxaFrance.WebEngine.Doc/articles/toc.yml | 2 + .../articles/webengine-app.md | 2 +- .../articles/webengine-web.md | 4 +- .../tutorials/keyword-driven-cs.md | 2 +- .../tutorials/page-model.md | 2 +- .../tutorials/web-driver.md | 2 +- src/AxaFrance.WebEngine.Web/TestCaseWeb.cs | 8 +- .../TestCases/TC_InsuranceQuote.cs | 2 +- 25 files changed, 556 insertions(+), 546 deletions(-) diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html index c41912f..d84f3d5 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html @@ -471,7 +471,8 @@

Methods

ApplyAttribute(FindsByAttribute)

-
+

Applies the locator defined in FindsByAttribute. this function is called automatically before InternalFindElements()

+
Declaration
@@ -500,7 +501,8 @@
Overrides

InternalFindElement()

-
+

Implemente element identifying algorithm, without the need of object synchronization.

+
Declaration
@@ -517,7 +519,8 @@
Returns
OpenQA.Selenium.IWebElement - +

Identified test object.

+ @@ -527,7 +530,8 @@
Overrides

InternalFindElements()

-
+

Implemente element identifying algorithm, without the need of object synchronization.

+
Declaration
@@ -544,7 +548,8 @@
Returns
System.Collections.Generic.IReadOnlyCollection<OpenQA.Selenium.IWebElement> - +

Identified test objects

+ @@ -554,7 +559,8 @@
Overrides

InternalGetScreenshot()

-
+

Implemente screenshot generation for the current specific element

+
Declaration
@@ -571,7 +577,8 @@
Returns
System.Byte[] - +

The screenshot image in RAW Binary data format.

+ diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html index c664eef..83d489a 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html @@ -385,7 +385,8 @@
Declaration

Screenshot(String)

-
+

Provide screen-shot in the report

+
Declaration
diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html index f307655..3987dff 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html @@ -136,7 +136,8 @@

Methods

Cleanup()

-
+

cleanup the context of the test case

+
Declaration
@@ -153,7 +154,8 @@
Returns
System.String - +

Detailed information about the clean up

+ @@ -163,7 +165,8 @@
Overrides

Initialize()

-
+

Initialize the context of the test case

+
Declaration
diff --git a/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html b/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html index 1c7ec05..2b15807 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html @@ -186,14 +186,14 @@
Property Value
- -

MesureResourceUsage

+ +

MeasureResourceUsage

When activated, the framework will trace downloaded resources during your test and generates a report on the resources used.

Declaration
-
public bool MesureResourceUsage { get; set; }
+
public bool MeasureResourceUsage { get; set; }
Property Value
diff --git a/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html b/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html index 3b25c4f..d9d5a13 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html @@ -495,7 +495,8 @@

Methods

ApplyAttribute(FindsByAttribute)

-
+

Applies the locator defined in FindsByAttribute. this function is called automatically before InternalFindElements()

+
Declaration
@@ -720,7 +721,8 @@
Overrides

InternalFindElement()

-
+

Implemente element identifying algorithm, without the need of object synchronization.

+
Declaration
@@ -737,7 +739,8 @@
Returns
- +
OpenQA.Selenium.IWebElement

Identified test object.

+
@@ -747,7 +750,8 @@
Overrides

InternalFindElements()

-
+

Implemente element identifying algorithm, without the need of object synchronization.

+
Declaration
@@ -764,7 +768,8 @@
Returns
System.Collections.Generic.IReadOnlyCollection<OpenQA.Selenium.IWebElement> - +

Identified test objects

+ @@ -774,7 +779,8 @@
Overrides

InternalGetScreenshot()

-
+

Implemente screenshot generation for the current specific element

+
Declaration
@@ -791,7 +797,8 @@
Returns
System.Byte[] - +

The screenshot image in RAW Binary data format.

+ diff --git a/docs/articles/accessibility.html b/docs/articles/accessibility.html index e71a0c0..a247cf0 100644 --- a/docs/articles/accessibility.html +++ b/docs/articles/accessibility.html @@ -163,7 +163,7 @@

Activate accessibility testing

Accessibility testing should be activated at Test Case level, so the scan engines are initialized and accessibility test result on each scan will be integrated in test report. To activate accessibility testing on Test Case level, Set the property IsAccessibilityTestEnabled of test case to true. If you want to activate it dynamically via test data, you can provide a test case named Accessibility and set it to True

Scanning a page

-

In a shared action, at the convenient moment call the method <xref:AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(string)> +

In a shared action, at the convenient moment call the method RunAccessibilityTest(String) This function runs an accessibility scan at current location, then integrates test result to test report. The scan can be performed multiple times on different location within a user journey. With this method, you don’t need to interact directly with classes such as OverallReportBuilder or PageReportBuilder

Gherkin based test case

If you are using Gherkin based test case. You’ll need to follow the same steps: diff --git a/docs/articles/env-impact.html b/docs/articles/env-impact.html index 8ae004a..a75a727 100644 --- a/docs/articles/env-impact.html +++ b/docs/articles/env-impact.html @@ -76,11 +76,11 @@

Measure environmen details; you just need to enable the feature and use the provided API to get the information you need.

How to activate resource usage tracing?

Resource usage tracing is enabled at the test case level. The flag is defined at -{xref:AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage}. When the flag is enabled before test execution, the framework +MeasureResourceUsage. When the flag is enabled before test execution, the framework will start a network interceptor and save information of all incoming and outgoing traffic in the report.

To enable the feature, there are two ways:

    -
  • Set the property MeasureResourceUsage of {xref:AxaFrance.WebEngine.Web.TestCaseWeb} to true in your code.
  • +
  • Set the property MeasureResourceUsage of TestCaseWeb to true in your code.
public class MyTestCase : TestCaseWeb
 {
@@ -98,12 +98,13 @@ 

How to activate resource usage t }

  • Provide a test parameter named ResourceUsage and set it to True in your test data. -For example, you can provide the parameter via Excel test data on the test cases you want to activate. Resource Usage -[../images/resource-usage.png]
  • +For example, you can provide the parameter via Excel test data on the test cases you want to activate. +Resource Usage

How are the results displayed?

When resource usage tracing is enabled, the framework will save the related raw data in the report. The report will be analyzed -and visualized in the Report Viewer: Resource Usage Report [../images/resource-usage-report.png]

+and visualized in the Report Viewer:

+

Resource Usage Report

The report will show the following information:

  • On the top-left, the size of responses (in bytes) categorized by type: Font, script, CSS, and the HTML document itself.
  • diff --git a/docs/articles/toc.html b/docs/articles/toc.html index acf011a..01d9a12 100644 --- a/docs/articles/toc.html +++ b/docs/articles/toc.html @@ -30,6 +30,9 @@
  • Web Accessibility Testing
  • +
  • + Measure Environmental Impact +
  • WebEngine Add-in for Excel diff --git a/docs/articles/webengine-app.html b/docs/articles/webengine-app.html index b43748a..fe67d49 100644 --- a/docs/articles/webengine-app.html +++ b/docs/articles/webengine-app.html @@ -87,7 +87,7 @@

    Use AppFactor

    AppFactory is used to initialize Device cloud connection and app package uploading.

    Before launching the automated tests on Mobile devices, you'll need to tell Appium Server to start the application under test. Or if the application is not yet installed, to install it. -WebEngine Framework can upload the app package to compatible platforms, by calling the method <xref:AxaFrance.WebEngine.MobileApp.AppFactory.UploadAppPackage(System.String,System.String,System.String,System.String)>, it returns the real AppId to be used to connect to remote devices.

    +WebEngine Framework can upload the app package to compatible platforms, this actions is automatic according to the platform provider, it returns the real AppId to be used to connect to remote devices.

    Then you can use GetDriver(Platform) to get AppiumDriver in order to interact with test scripts. According to your test settings, AppiumDriver can be either:

      diff --git a/docs/articles/webengine-web.html b/docs/articles/webengine-web.html index a57b796..d62f5bc 100644 --- a/docs/articles/webengine-web.html +++ b/docs/articles/webengine-web.html @@ -78,8 +78,8 @@

      Test Web Applications

    In WebEngine Framework, we have provided :

      -
    • <xref:AXA.WebEngine.Web.BrowserFactory> to easily manage web browsers and selenium webdrivers
    • -
    • <xref:AXA.WebEngine.Web.PageModel> and <xref:AXA.WebEngine.Web.WebElementDescription> to manage Web Elements.
    • +
    • BrowserFactory to easily manage web browsers and selenium webdrivers
    • +
    • PageModel and WebElementDescription to manage Web Elements.

    Prerequisites

    To test web applications with WebEngine Framework, you'll need to have follow knowledges as pre-requisites:

    diff --git a/docs/manifest.json b/docs/manifest.json index c16edaf..244bffa 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -12,7 +12,7 @@ "hash": "TkJ9IFCUcaXct4XubsaLE5raiUHXvp5uVkWNGTOIBWE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -24,7 +24,7 @@ "hash": "exMT5OnqwEThFRV7qZbLWivUyX0TRYASqeMBk3RMAuc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -36,7 +36,7 @@ "hash": "BWlemyiAZIrjZKv9qjXvSnvIX+rk20/i1bWwbGv+1j8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -48,7 +48,7 @@ "hash": "taZC/NhpVwdc4UVbUSew0mgSDKfnybR/A5ZumIJhArA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -60,7 +60,7 @@ "hash": "vKz0DvwMTeE6yqKbPpAHgb4A6qPPgnepvinmSoMszfY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -72,7 +72,7 @@ "hash": "WjE6vrMlJ4gxrPVQH6HL/Vun6lrfFio2uU4MG9qIwdg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -84,7 +84,7 @@ "hash": "/4TPLOheb4k2w0w1mSEs4idhyWGzZJSth2VZ9IVKhoA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -96,7 +96,7 @@ "hash": "GOE+PfMhU+Sk6nknf7INJorU+CtJe863m40moL2z4zw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -108,7 +108,7 @@ "hash": "w5opeJQ8rLYkHQ8HK4wY54esKcUj+F+S6DxDHfbXYrM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -120,7 +120,7 @@ "hash": "R4gmPSkJB3MvFoRTKb/SL2/Uj4HvnyAzIfp8u4eOqOg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -132,7 +132,7 @@ "hash": "5pfENGZswcWP0UVwZR2Zx3ACikXMgzwSL6NQ2UK3qKU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -144,7 +144,7 @@ "hash": "Rv715t/ZdmjtMnSMSbspyJPxNKlr24Si5R4U1NIcgLE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -156,7 +156,7 @@ "hash": "kl2CoK90Vg2JCnItmdwj5aWMe2Lem3XvidaP8pY7GCs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -168,7 +168,7 @@ "hash": "+TFLST/ugG7mreOyEg5MIOUSzjeHQiY7BD+sGs+vMGc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -180,7 +180,7 @@ "hash": "G68M1cYJmIa4VoHkj7wPQMz1W1EhVJU4obEvTpO74hY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -192,7 +192,7 @@ "hash": "tEQjbcNJO9DIx6vSDaiOGbK9Uh9NqMp4DlHVrWVT6o8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -204,7 +204,7 @@ "hash": "utWssN9Fi/SSQx+CZxyocbDdH2ouC4gzk6mZkEt7B6E=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -216,7 +216,7 @@ "hash": "fPn6l1Iej2CdA6d0FIj2eKO+7OG+eZxAM+Tp9FLuhOE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -228,7 +228,7 @@ "hash": "7Bq2ZETc4/QrHUeJfHGT/Z3Kpbnq8+Z4ELuF7KGoKt4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -240,7 +240,7 @@ "hash": "H7+YbG43EILbfvCzxwoBmLO3M9jmsNnadJ869bkSg/Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -252,7 +252,7 @@ "hash": "M4X2/f1JceykT4UnPZhn4wD+jHfkwbuUwlwOmyyeHUg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -264,7 +264,7 @@ "hash": "qazyJHLWNAZufFLUrHoPP09J+Ismav+cn9XA+myOay8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -276,7 +276,7 @@ "hash": "cPbM8cBAp0ORQnJLYdg6iLptUqWkkR2eZVXo0OcbWGU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -288,7 +288,7 @@ "hash": "zCk1hASC+0cFvDfDCwsEVpiARZBsqD/cEw9mFoRyQ4w=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -300,7 +300,7 @@ "hash": "ztBrC6yGVyqCl+JUcLtv5ec0Pvzb535WXq4KPkyIfPk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -312,7 +312,7 @@ "hash": "sEG0QAydQGBES5F+N8xxdRICe8VG1f+3ZhCJbP9ncPs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -324,7 +324,7 @@ "hash": "KB8IrqJ9J6fFAl0QeUI1+9PK7rFGzM7hw+pfCdW6VPY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -336,7 +336,7 @@ "hash": "xuFrfDPugll1DaF2wSf8pc1nGlpQpYjrDEBFzCLGZCM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -348,7 +348,7 @@ "hash": "O8Suo1uSRquD8ETiMYWIE0PoS4uNCkAvp74S3wWjJk4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -360,7 +360,7 @@ "hash": "gIyRc7wk2AvXdy7hX3hb3ZHbtscs5rDzcyyNOEDfwE0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -372,7 +372,7 @@ "hash": "Ic7EpBF4mnLcjbFM56RloOYDrpJLAenyo14u1dwKtpw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -384,7 +384,7 @@ "hash": "qPQ75NTjgZrB3+0lH9gBgmeRdtxJ5qg+eqHcZQBe5uU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -396,7 +396,7 @@ "hash": "AsNNBr/MNgvzzFsXU+NMuBfxrk4Mk0/MJnXsL1ItXDM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -408,7 +408,7 @@ "hash": "uTOpT1bJM1uL/jK1EcQV1DaFX+zOZczpSG3ryYuVB/Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -420,7 +420,7 @@ "hash": "h6qkZZN4rk0fhDHe8odmv3ufsHMW/JsRJk0lcVS2iT8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -432,7 +432,7 @@ "hash": "bjZ9id+5mMoWElR9z0JDOs52Pd9mKm+Nf72s1Srnj/k=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -444,7 +444,7 @@ "hash": "k+2a0z9+M4VM5MaJEj7Ar/XmnZcudJuourqr9pOcVjs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -456,7 +456,7 @@ "hash": "ad+c91LgKWXxIB3AGBAZYhRWohmkExRA/e6r0KGJLnc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -468,7 +468,7 @@ "hash": "ChMz+z5E+k5MS8w7Y6WuN70hX+2XaHpCYuydvs6XlPc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -480,7 +480,7 @@ "hash": "S7CQa7Txkq9cB8S8KiEz8pXNOtgsy0GpA9blK3RxQ/4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -492,7 +492,7 @@ "hash": "UWR+1ZmcJDVbypzMcuSdJr1GvhnAf0Eqfloj2DFMobs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -504,7 +504,7 @@ "hash": "K1neNunNMxTwK3anSSRqH7p9u9FsGO+YeBLLE6zQ4s4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -516,7 +516,7 @@ "hash": "ByVOxjTHD6mk7qjDD3FesLhoL2ljp0pR0ojasCvwqSU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -528,7 +528,7 @@ "hash": "+nuAfl/ftlRKdeIeG0KZHQBBzDlFTB9Xjt9xz7WSQCQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -540,7 +540,7 @@ "hash": "W5YyedriRtYocVszFxuUIGNERK1a/40o4yoNo2btv1Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -552,7 +552,7 @@ "hash": "ofQzLUiJ98UGrpfJES7IshhAB3dRB6Bqk8zx5ewMnBM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -564,7 +564,7 @@ "hash": "QZqdtH0UTMviZAbiZ0NygAXUoZ+crivSSXOxPocY4ng=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -576,7 +576,7 @@ "hash": "HVSyxF+Ns42Ccn5VnZBKg6MrltYTydKJxloCf7cpuek=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -588,7 +588,7 @@ "hash": "tihV679OqGKN9GkIYa8yjivgJ7nkd5YAsN0qzk6dxk8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -600,7 +600,7 @@ "hash": "z0P0zZjD9KFTcus+gunx1joNNc4xBm37V/sFw+8AGR4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -612,7 +612,7 @@ "hash": "+66ypzKEqx0xNSmwUmr3i/saljsAnv6RtjiB0t7UHUc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -624,7 +624,7 @@ "hash": "4Rg+r/AfAj9vCVW7oP0AU9HPZVCGmU20f+XMdNQr2b4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -636,7 +636,7 @@ "hash": "5W0RkBN61TG2OzMOvh4oawSa+jXtkNk0DF48paWkFME=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -648,7 +648,7 @@ "hash": "PVJDPG0jzQdgFfCQmYMaJllnBdWFDmsliiJoJiOE4Ws=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -660,7 +660,7 @@ "hash": "kiRnfQENzjkFZovEmzbk5gst00dLPuK0pKWdV7KSNWI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -672,7 +672,7 @@ "hash": "rqNNdY6vVMO3PW4wv+vlchftlPJoOXW4NBBWQCB/5X8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -684,7 +684,7 @@ "hash": "6VxOz5Ns3urgiPHTjy48QBufVSCJPKPjzwAYn0SKLjM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -696,7 +696,7 @@ "hash": "r+IC8T0u/1IX9vsO5WZYUiJnY4DDnRD40LmwPSGbpQc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -708,7 +708,7 @@ "hash": "+EH8qRlAtx2c7YiRk+ANhVaGqRwqWSM5/Z78bf51uSc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -720,7 +720,7 @@ "hash": "26uom7wRect6Edwc+WzgPmK36jXC5YlqbN8Bqy1BnH4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -732,7 +732,7 @@ "hash": "640Met/4zfXeo81p1KhTeZ1WrJXsHDJVc/oArYY+CrA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -744,7 +744,7 @@ "hash": "hhO/fOa6zZq2cQTgiq48cWkKjxKsc+xFub6D/EjE1nc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -756,7 +756,7 @@ "hash": "P6LEPMkSVxADJ3TvmVh6PKo4/Yv6Fz2792aIpXqQ9iE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -768,7 +768,7 @@ "hash": "z0ymR2BMI4VY1IL/PDhdnOrnKP6Jk89jZcxqPeUqBb0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -780,7 +780,7 @@ "hash": "kq+9gqqvx3vlaqhIWXSO4jPTlyyBWDi238qgyNJEzso=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -792,7 +792,7 @@ "hash": "g/+Ze5I2cskSXNkV47GmkpK35RKuWblEhd5Tk5icmnk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -804,7 +804,7 @@ "hash": "HKku0Eui4vjwWRKxQp9moFc9Xl9s8bv4C7PXLeDfhSQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -816,7 +816,7 @@ "hash": "czS1UVit8eOwfleQXofBjRLqjFeGn0ZK9OgmUC1Ki98=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -828,7 +828,7 @@ "hash": "3Hyol83jYHw6Q/IkQ/X4fO969AXjbLVDjFcjeUCAQzM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -840,7 +840,7 @@ "hash": "bcMUDpHDvCoj7RSW22Z6F6WToNyKucF8u93AOngaQxE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -852,7 +852,7 @@ "hash": "z3lWXjdIIG+Oi6aco1kHIoB+ZPwUWYo4mJ+NodAh9Ic=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -864,7 +864,7 @@ "hash": "XZhmUwt1pXCXrhuPxoM4vhBKxCsp2mu4gW7cHgMvWx8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -876,7 +876,7 @@ "hash": "InGHsU5qCfV5BDr8ZyHEKkzT6wy6QNtb2pOL/lMNylM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -888,7 +888,7 @@ "hash": "JyVsKhqsjxBvn2i/Fm8cpD44sVStxjX1BlfRHf1CGxQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -900,7 +900,7 @@ "hash": "Qn+FSw0KV3srr+CJrPKjuloW+7Qkr+50Khqs51g6oPI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -912,7 +912,7 @@ "hash": "Qxd6PYdqO7S+iSBVDBXflZrji5BPXhfO8+EDyVF0xZ0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -924,7 +924,7 @@ "hash": "PV7ho56sre7qY/7ZOimZXvozyPABlFEJgUDBXfQjMa4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -936,7 +936,7 @@ "hash": "KtQJQKTq8KiM6mbI4qSvkdoLlPUZDMqv1PZq0xjrRfQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -948,7 +948,7 @@ "hash": "bKW1ZdbNDQxIyp2EXn0FGT7Kot6V7aCpICUwoHr++sc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -960,7 +960,7 @@ "hash": "cC5yH8y0zSJq06JRdRcd/7s41GhhM+dg2Fk69okDwIU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -972,7 +972,7 @@ "hash": "dc5kojAWfzDP+Obfhoeq4sKzMhUnAn0Z0qxHQoNTr3Y=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -984,7 +984,7 @@ "hash": "FrRyM3e+oVPlhegdMJRzh5TW6L8SqESMdwRKpyIviKk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -996,7 +996,7 @@ "hash": "rEEThUh7G9ZkJ6p5Y2U6TBGk8nZ/CiRe1xlD682PTx0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1008,7 +1008,7 @@ "hash": "YWGghDVVMmPqEGqGAg820XB+txjLrpsxK0cWBltm7pQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1020,7 +1020,7 @@ "hash": "2HZN4L7VKqwIVmt2NMeQu7Tto1FLHgiBRcn1uw1mi10=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1032,7 +1032,7 @@ "hash": "/aZi0A7YwIF1/GsK7ASnhDzzG29uauyheoN4TlyiSsg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1044,7 +1044,7 @@ "hash": "KVxxY4GSC8YpdCYI9I0+xygHzBYQs7xVDQsQ5bJxXDM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1056,7 +1056,7 @@ "hash": "el3THa8myqKBLNreMDceqadj9F0LvY5vt908ICOr3fY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1068,7 +1068,7 @@ "hash": "C3Qmen/VDVBj7EtOfy2hbuubY0G7RBOy8BFzMxH1pAA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1080,7 +1080,7 @@ "hash": "kdPrzpAKQSVycwucJ9l8aAICrCyae/YwmnRoD+4U13o=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1092,7 +1092,7 @@ "hash": "bcrpMcNZGfCpCVEioMvDSiXbdXVZGglZJbzJTjq0KTs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1104,7 +1104,7 @@ "hash": "r9OfVMZ+HyRRyhfCSmLv/HOrwk5pJOQafhZvh6c6460=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1116,7 +1116,7 @@ "hash": "HN2XWQWEwKrbBsSqn+KcntPFMaV7lk9MxPgNYhiCYOA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1128,7 +1128,7 @@ "hash": "HAZUh2mq9AXJiPdQnrfF+72R1L8TZEhQTQiSwl9c7EY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1140,7 +1140,7 @@ "hash": "o699O4HrfbQIQq7ywv2qtFlVsrIFMxo/NUbICauFFDQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1152,7 +1152,7 @@ "hash": "fceFfGh4dr2YaX9yK+Y25tmSHd4Murw2+ipK+BOsSgk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1164,7 +1164,7 @@ "hash": "ALAOoUitBQ2CvZBINSpCfQnsZ18KAihkEKk//mLa0Wo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1176,7 +1176,7 @@ "hash": "qrDoFK/J3fZct41AN7WtPDYhxMVG2tCGolCtJDsgRLI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1188,7 +1188,7 @@ "hash": "7nygNVRtKcNGHAoxnF65q+ZJYm1b3UHCTJrkySXMZvk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1200,7 +1200,7 @@ "hash": "D86t9oCgEDZa35NDW8lSv4dqql3IQCfxW8nvYjNxTrk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1212,7 +1212,7 @@ "hash": "5NmH+F+6q85vauqfNfCcPc7dGFDmHZF5ZQ6r77aGpmU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1224,7 +1224,7 @@ "hash": "DLlh3VBson4vV16HEyCX+RsPZVsHWUwuoXxheei1nj0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1236,7 +1236,7 @@ "hash": "zkDHne0UY90lnQiCcfUUPVhQqljB0tnxcfcRIjZSZGQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1248,7 +1248,7 @@ "hash": "gxHYQBi3ecQx2kKsT7PB90zHNDeCzWh4iz/Ym60xe5U=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1260,7 +1260,7 @@ "hash": "f6s6zhAUAsHYaFo3FRu8L34d/lXfDcCp9zOqJrAqzHI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1272,7 +1272,7 @@ "hash": "yNprKAJ92+AB2cISi6GG0khe+fiR8LJOkRcRQt4d7Bk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1284,7 +1284,7 @@ "hash": "1y0Tmp0dPEJkBw2/r/8OdLdMGVT5BLWAXV5SiHY+NLE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1296,7 +1296,7 @@ "hash": "A3iLEe4BiK+Grl8bQJdtqQ2x3XvK+l44wiqUjfOb708=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1308,7 +1308,7 @@ "hash": "vDZlykE2gtPPWvYimo2MYSA5tJlPS9ndjrbq5a3abD8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1320,7 +1320,7 @@ "hash": "f6QpoP4s4ZUm6Q87UW8nP7eUdWDkIWBogeo23SM50G4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1332,7 +1332,7 @@ "hash": "d0lxxCF/2UklCT7NPAluNPMClwgBRjVL17CH7Jh4+GU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1344,7 +1344,7 @@ "hash": "nvm/DBwaRAd1s9v/8Hr4RBJK8IhKa5LfMtxsaEkkkng=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1356,7 +1356,7 @@ "hash": "mIDF9Yzb4/Ua1RFXgLXHOP3egLOb84jNeD6GnlhYL88=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1368,7 +1368,7 @@ "hash": "G2s+/RQuyh6xLD6cZEqqY/FKcF4lnyPfodn4slFP6Do=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1380,7 +1380,7 @@ "hash": "fuLxE10/g38GlM6kiZLiIoQt9QA6Y1xKqkPx3RcHUp8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1392,7 +1392,7 @@ "hash": "5GC+t15PI8u4MT9jwNi7LYK5vXevWnbSRGLbLxS8w8o=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1404,7 +1404,7 @@ "hash": "MZRwhzJhyQCykGa2+toKmmiYii8ozFmqzdIgHU9dC3A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1416,7 +1416,7 @@ "hash": "UvkQox+Y1ORreZI/ZaiWqEXf0/5ud+5WXsqwqgeOU+M=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1428,7 +1428,7 @@ "hash": "y9cBu6e6+oXccSXIz3lZz8k7mcTcefBQQEipRYmVnwA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1440,7 +1440,7 @@ "hash": "i/RtVp8OGYxH6uVCL5KBNd0+BqrCyAmo5aUa8n+Sd3I=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1452,7 +1452,7 @@ "hash": "A9G9EUggoMwi3Tzjn4F3Gyg9YOwr8vu4u/bNgmASkqc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1464,7 +1464,7 @@ "hash": "LlGQK6oLtjnxG9nciADuZgy46PJo5t1xvEqaryMaL68=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1476,7 +1476,7 @@ "hash": "12hzWfgfP5c5Mh5LQXm7/i0ympwWPN8RivVHL7zfnAM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1488,7 +1488,7 @@ "hash": "gdH51gueOeNEGyXrmakOmiL9p3UrMt7aTmDatUAP6O0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1500,7 +1500,7 @@ "hash": "b4qYbhmx/w2mU58SMgDgJItsDWGVUOeFgq+eE7LDvRY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1512,7 +1512,7 @@ "hash": "2VlRkZXsD0CRwHcc08nKmqXfjrfjM1s8o/8yeSGVRwc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1524,7 +1524,7 @@ "hash": "r40LZ2zGDSt+sJIDXznqBEpXI2FP+qtN06i8ryWfBH0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1536,7 +1536,7 @@ "hash": "6dL2G2tu1VbvaR1XJug+NVeigAiLSQFi9QuaZUcjUgc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1548,7 +1548,7 @@ "hash": "7YiMUQApB8SAc+sF1UgruJyo32Dewa7vbzP0QVMo7AY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1560,7 +1560,7 @@ "hash": "YP1YVa0WVRi7Cr+oOEt6wSLaLEOxhonJ0xJE4Tw8aV8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1572,7 +1572,7 @@ "hash": "/2hLcFE8Oea9BrWz9Kf0sK6P+VEPt7VIfNAXKPE51gc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1584,7 +1584,7 @@ "hash": "w8ETzTVOdqP3V2PQF4FQ/BCzX+R0VZ1wa8BwygzGtWo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1596,7 +1596,7 @@ "hash": "3TgWXZpqFV5pS3z8gzea1t6NZidk63hvXbjU1NDKXSU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1608,7 +1608,7 @@ "hash": "RQJz7/ysS1YpMkjjMhs4azkvmJArPgUbHnILnTXmurk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1620,7 +1620,7 @@ "hash": "SQVyCOEjQitvwMqwPgQiAjhISOv88wDnt0TIxI1VFUs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1632,7 +1632,7 @@ "hash": "72JaT8+Bwqsy27pl2G+MU5FE363lzB0jxrpVDCKRuM4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1644,7 +1644,7 @@ "hash": "IYCeYsjWuUvAbLIIihSyrA8o7tjOgW38wncUIjwl68Y=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1656,7 +1656,7 @@ "hash": "T7zep9gJCX1dh7CnuE/1Phfj0SO88jQ5lywURlbbl0k=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1668,7 +1668,7 @@ "hash": "OeYuEDrBlOqdiMXOxKMj8/NJdkFGnG2OT3cbXS7Mp9o=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1680,7 +1680,7 @@ "hash": "hzGJcETlKyxUyFsqgdNKUlazIah75CdvTCfYNKMdC9k=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1692,7 +1692,7 @@ "hash": "1g8/or9QsADj9iRdh6nm2Dac34nRK5q0b3qgQropsfA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1704,7 +1704,7 @@ "hash": "CH1YpHZ062EvXM80j+0R8PfPJWVyG97gnbkVGMARxfA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1716,7 +1716,7 @@ "hash": "tYnD/qZBrOIY9PWK5/eUBcg4et9G6HCD4lulEo9frds=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1728,7 +1728,7 @@ "hash": "FY+TpzxShnWlkGx90SfeS1nlYrw39xoq/WnWyAEb064=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1740,7 +1740,7 @@ "hash": "9kDpIN6aBmnlrr5UX8JTAxUS9+BO6jHbDJa5wOA2/Ik=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1752,7 +1752,7 @@ "hash": "6NXlu8AiHTkh/Bt68e+mrelARtnYD2rqrP3NM2N7rYU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1764,7 +1764,7 @@ "hash": "Cw+Z86BlAxxA+GlBrrZXL84NFq/vaUTyeJ/3aAgd4so=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1776,7 +1776,7 @@ "hash": "36SvlEAD3T2MREAOTM6eMdgxR93dbw3LRgnSxDFab3A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1788,7 +1788,7 @@ "hash": "qfzb5wx6tS/HJS+AWGhxlT9OUFc5UH4LeMoer4obLMQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1800,7 +1800,7 @@ "hash": "zOi3Q8+fQ1rVB3SKboNO4aV+TuTRniLv97dgwkRBVvU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1812,7 +1812,7 @@ "hash": "7chZbiuuugwH99GTPf7rPQlRf8eHtZPMNAyEnGk6e8I=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1824,7 +1824,7 @@ "hash": "vypnhq56aPXZjw0FkK32P/lmtE9s00Nz6hQBgo4RGys=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1836,7 +1836,7 @@ "hash": "czqAQw3if0VUMa5Ef++IVdsLameg7U44e/gQgbdmqiw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1848,7 +1848,7 @@ "hash": "O9WvXPoHOXK3vCUkxSKflhjJRT8UPe8TGS4O8z4IJIM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1860,7 +1860,7 @@ "hash": "eNCpIOyXZjkNQm0y7vum4QnXT5jCkbNNY5DC44EEA40=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1872,7 +1872,7 @@ "hash": "rzwMnkgjw5Qf7dQHOnTsBGV2ulcZMkgtLEUPwvmTndM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1884,7 +1884,7 @@ "hash": "isTlUiRjoV7dLpOJW4SqKvZFNvHBLMfLv+E7Tb46kqM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1896,7 +1896,7 @@ "hash": "nZ4wbVHddUpAUzW8N9eAgDZ7iIzjxgHtNaH5+G+dA8M=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1908,7 +1908,7 @@ "hash": "tjlSisWPnZlIStq1vySXf3v+dgBuulaDaspgH3LmIIk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1920,7 +1920,7 @@ "hash": "48ctz09imsVYGPrOG0INOpcNRU7phhhUUdOPuGPaCO4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1932,7 +1932,7 @@ "hash": "8/0thvvR9/lxpbNsX2AhMiRnp7z9YwNso0C3/PorG4Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1944,7 +1944,7 @@ "hash": "vDJrcemuZedubM0CoVricQu/SOD81I0p2sTU51Db2Hk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1956,7 +1956,7 @@ "hash": "Fc1svxCUpgrBHbhPRuHhKwsaKsS/0wZ9NdNrjjw3n1Y=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1968,7 +1968,7 @@ "hash": "+46HxBkzaWF/2+wqscphHF75cSJomI9fuA+VtVupCBg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1980,7 +1980,7 @@ "hash": "jn07P/XjDtZFfAFW178uiA67VMGHRlmvzJwM1YHp+b8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1992,7 +1992,7 @@ "hash": "v78RcxxUJT6aJhvWVKq9U7Q6dYIGij5FC0ZGmkYSgTo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2004,7 +2004,7 @@ "hash": "g/ZBMURje5uHX8q+05z3wXhUpQIVUc8TOqU1QCKqFbE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2016,7 +2016,7 @@ "hash": "BmWSNQTRsBV9GcUedFEVkg8NyhiZ88OsMgGw6J2LfmU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2028,7 +2028,7 @@ "hash": "O8uyVMolrnQ5BF5d4Z+0noCU/17LZ2gxiXSF4W0cPHk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2040,7 +2040,7 @@ "hash": "cWVzogOg3NE/6rQ5TvCufjyi7sPchCWZrmKWgqFSUj4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2052,7 +2052,7 @@ "hash": "K+yqlw1Jdz3YQiLovFrHaJmO5wnG3EbuTHF0Ew1sw0c=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2064,7 +2064,7 @@ "hash": "WOIkDk3hhwGcz8nwkbEvom34YpqwJbjL3Rif/es14hM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2076,7 +2076,7 @@ "hash": "v2r2mEpT1uT16cdYjyODwb0+81HQijTRIXyazGSAuzQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2088,7 +2088,7 @@ "hash": "Ezfe+p/8XUY/fb5dwie3ykASiuXUvam6yeocQK9ijq0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2100,7 +2100,7 @@ "hash": "SPEdnbgYvP76lTt0AoC48c8M7L/BcvrVUNfbQnLgi9A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2112,7 +2112,7 @@ "hash": "Od333qtnjxJrHgeCHdJOh1m7u/avA57ScshHr1TLdaA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2124,7 +2124,7 @@ "hash": "XZof1qiuLqUovddmBW1+gmqvgJZBWKxwkj5noiWrAQ0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2136,7 +2136,7 @@ "hash": "xQJEpyKu7e26Y4e/V26eAaHFGzbQm1KTS+9yl4L6+jE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2148,7 +2148,7 @@ "hash": "bRbL+97jLE1xcM/AqqF9kvvnwWU42QmyYSSX9YJ///8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2160,7 +2160,7 @@ "hash": "RDSjwpw2E40KzG55/EcLIHvc4lqGkQaeI7GcYwU0Vvg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2172,7 +2172,7 @@ "hash": "iMqD6JSbbREqxxA0iFfFRnMhOCFemWaT/m+bON6d9OI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2184,7 +2184,7 @@ "hash": "R78VC69kwaBEvOafw+YUdFQCA631MIa3cZ5f1bQ0KY4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2196,7 +2196,7 @@ "hash": "2tveb8UM8+bTGIoVIabKcNj0I7SxKNX6FcvbripeqIM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2208,7 +2208,7 @@ "hash": "73FdWqhIvjKShoajlNIHWfq+yhDU5/NIzHBwSAQiqFs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2220,7 +2220,7 @@ "hash": "nLyg6pVmArMnoj84nPRulbYKkwUu/S9IXEKbyyiWqUg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2232,7 +2232,7 @@ "hash": "+wADSjduX8y+wwAssqNMms3CGmdiOzgNNhRHNjKfKpg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2244,7 +2244,7 @@ "hash": "c/lNgCcga9HvXFqe/tudiXrpmW9VP+85CZFSmC3nmos=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2256,7 +2256,7 @@ "hash": "xV6hpceI9ex0lp9/sqrAFJ6B2nT2H3J1xLDZRnrby3w=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2268,7 +2268,7 @@ "hash": "fLo1EYu9TLrcqHoNWFUaAjbD+YO+2IIUA07D5tBSULk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2280,7 +2280,7 @@ "hash": "crb0uzW3KNycltI1pmvRL3M3CLZeDgv0jwVF9ZBb9rM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2292,7 +2292,7 @@ "hash": "Mu2++VPHXSfou/gjwJ+4EQ4MxnU343Kp24D6vA6kdoM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2304,7 +2304,7 @@ "hash": "gjdo+3GiGp3/fFFqrP2LgHQWIOpKP752zb7AsHe58SE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2316,7 +2316,7 @@ "hash": "alFJyNecF25Zlr+kCR5k3aPQdSn9NglatQnfmt+eDnQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2328,7 +2328,7 @@ "hash": "ECvtT/g6OXCs2cCaYQ+f1oMKTLmp4JfCR/ZmDv2abdw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2340,7 +2340,7 @@ "hash": "g/8j6dPC6gX87B58FoSVG291lLdb5BNKdEktRkCnuCg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2352,7 +2352,7 @@ "hash": "W6+ANb3aPkk7AF8BfgAcwYg3GKaMjThWrybSg36meaY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2364,7 +2364,7 @@ "hash": "9n6sytYP1Zh8TKA4Wjl+qOVTVTLIypB/hZ4VJH0HL9M=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2376,7 +2376,7 @@ "hash": "uvbSkYG05IAvlVMYTcGvkFon+XE7+zWUKPwXNgxMd00=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2388,7 +2388,7 @@ "hash": "IQ99h598qOHenAGHn0gYunFRzHNOmKu/x0PbXbIYJvw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2400,7 +2400,7 @@ "hash": "Ycu/7IJBIpm4VruoWxaUJo5Zayy7wizj6KoZHupFlBE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2412,7 +2412,7 @@ "hash": "jDyk48o5H0hXtQd4j3aX3D0j65uIhmb4NbN3uq/OKSg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2424,7 +2424,7 @@ "hash": "I97HTeHKlV7y+4xvf0bqoUbQU9HSqL3E9EOuUeLQnPc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2436,7 +2436,7 @@ "hash": "i0wl/6eJPJ1+Dl/A5wfkPrtTLO6vnSr6JvcLCZLsDU0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2448,7 +2448,7 @@ "hash": "a/IByr4B1KBM3Vt0EMcatfkVqwzlMmatu96TM/QeuT4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2460,7 +2460,7 @@ "hash": "9rOx7z8vkb9dbO/e6Q/+tm6Vjgbi4bEPXVurQcKWF6I=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2472,7 +2472,7 @@ "hash": "de6Aau5sCRZDT/Vp3SXdkwDLfNp8KLUWw2hxolna5Gk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2484,7 +2484,7 @@ "hash": "79KgPeDeuuLCNwlaWb+5HpA8BESPuVDPMqo1BaCKmyc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2496,7 +2496,7 @@ "hash": "ieyKFB2iahdNreZuMneg0Zuo8t9QGB9gMa1DMCc5Bbc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2508,7 +2508,7 @@ "hash": "XJtNgsxNBf/XkrfIZwdv5SEzmbIFBeHhzDbN42pMZw4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2520,7 +2520,7 @@ "hash": "TgWF9r306ME3VXvESPmMMsAW8LtccMKoUk3HP2RIELI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2532,7 +2532,7 @@ "hash": "ywNoTc4uVGR1Jh+IAQsGFG7b770zcLMEtcpSF3dpVT0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2544,7 +2544,7 @@ "hash": "NoQBw+/qMmU1AthXT63YF1Rer61ldW+w5axLI9LHXKc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2556,7 +2556,7 @@ "hash": "trEWOpTcg/jitlW6umIBlb2M9meMSKS/1FSZXOZ2yLc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2568,7 +2568,7 @@ "hash": "YUSakqqQEuFl4u38pRHqr4jFRb+ZdboLfbhLUMNAKFI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2580,7 +2580,7 @@ "hash": "szWFIsO8kxIvR8tYJWME4ur6ZDgnDE0ljZuJ+/T5O1M=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2592,7 +2592,7 @@ "hash": "ZtmZmrAoAhUm15iMHnIzd5StPNPPliuqZfQk7y+oEek=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2604,7 +2604,7 @@ "hash": "e38atdvE8j3Meench8Dl3MAROYR39sD4/xo79OyYhro=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2616,7 +2616,7 @@ "hash": "wpZ4VHetui+Hhyoy8ReCQGYziqrM68BkmIMb6NxorLo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2628,7 +2628,7 @@ "hash": "5thUBdVkTsT6ayXRfXKCk08giB8UIRwLAejSR8lZXZg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2640,7 +2640,7 @@ "hash": "mEYzXCTWbE0KMEszm9usvvHt5T2QW3TMh8L5xOopoOA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2652,7 +2652,7 @@ "hash": "YQtlArYgwEV+a3OoAR0aHRlWJ2shF+o5kG6N/NQ96DA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2664,7 +2664,7 @@ "hash": "QUNcvrsJYKAtBV50+buzW8OUQzMEPN1h5MGL3ZYTQxI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2676,7 +2676,7 @@ "hash": "/CJkIt11Q6y4q3kju10mBS+leL7Lf7TXZnCgwv3siZk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2688,7 +2688,7 @@ "hash": "9pe1QncPdOJvZ8Ufpuu7y32z/+twMZyMpGe0kN/AGoU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2700,7 +2700,7 @@ "hash": "G3hmtVoth1zlNXVI7rvOPmcaj4fCArHgnnwSHGyr9l4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2712,7 +2712,7 @@ "hash": "FxHRhEbeMjhlfkPb1TKxhnyoxOWFoJSIFeJg35azDWw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2724,7 +2724,7 @@ "hash": "vSXyUfE1dgyMdKOOgm3gkHYV03khODi4xaO5Ds/JCrM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2736,7 +2736,7 @@ "hash": "UGK2b5FqAruesrozXtY2GOhiVPzY7riE29/lbrm5a0I=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2748,7 +2748,7 @@ "hash": "Em6/A4S7YJym3J2d0AgZpddfDaMmh/lkpdSgOzECP+Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2760,7 +2760,7 @@ "hash": "iojc03kYzWpag1bCNRej8mMt9ijcFAWtLxbP9tCREYM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2772,7 +2772,7 @@ "hash": "kx9Z0o/bpmFJ1+VA8qOq/aR0tJhRqK/vdZc//RsG+rA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2784,7 +2784,7 @@ "hash": "9qRG9mhPlIpVJRO8ZR3WrNJoxVT5RK0tnAwCt9Wmpds=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2796,7 +2796,7 @@ "hash": "pdTgoHlJZjSrX1E2KDXHNoGuecKACsGF6fd8NuyZjD8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2808,7 +2808,7 @@ "hash": "hqRaMAbbVYgScgfhvo7CeajZda4K8Z2US+ANs9+3YLA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2820,7 +2820,7 @@ "hash": "K+019Q5qIv02bs9XuD+p58wG9QBgsqohDlGNY3M1eO4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2832,7 +2832,7 @@ "hash": "4M0iEu1Q9cwODObzeP84Yjj7NK1I+9DEH+l6TtkzMRo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2844,7 +2844,7 @@ "hash": "nedt9EOEOSDHb9W7nznWQ75OR74XTEYSrYnSHGB27ag=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2856,7 +2856,7 @@ "hash": "4c2ORdAMd1BQzfBxGdyp7uwoinibn/GpM6x8a83ush8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2868,7 +2868,7 @@ "hash": "agIZwVWnN1z6q5QlLxw6sOqw2/XgLDyjT0sMgdQ6tYU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2880,7 +2880,7 @@ "hash": "4UHgQv7ln/Dxu6SsZoWsAuJ0oN9TaIp0pJ0MLvPBGo0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2892,7 +2892,7 @@ "hash": "OaEPUHGP2zm7FzCfkZN0z1MDtWdoJCng6fDrAjYENL0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2904,7 +2904,7 @@ "hash": "ABJbafwudaCoLP5pGTqw4UQ/Crw3IE36t3C13LMmqKY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2916,7 +2916,7 @@ "hash": "nm7lVxRP8S+PWIILTVHMdJaE+09lAKXm5FDocbATYlY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2928,7 +2928,7 @@ "hash": "4HzURqovD8yjcfL2hWUPZfD2WuSYhL8KCXusCYp9onk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2940,7 +2940,7 @@ "hash": "03gULZUh5qS4l8eB24CasKWCvCr7rx1FuF+07OPCEzE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2952,7 +2952,7 @@ "hash": "H3bBu1Jrz95NbJLs5W9KnqVYuBC3Yj8n3zhydyiF3pc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2964,7 +2964,7 @@ "hash": "4nTZiHxIgTHSWmfFOjoEAixOFF4abVQILi4WyJIRo9g=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2976,7 +2976,7 @@ "hash": "F3UX+WAj5GAuNYRdZzg05FT5N9iLxxzjZA67XdiDbqs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2988,7 +2988,7 @@ "hash": "HNhGAQi6Ysng2m3m3VhcLBWwtwIXWHMsU9kJHadI/S4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3000,7 +3000,7 @@ "hash": "6BvPvtUoX15ddC2jQK8+MFjjIJKNK3yTucuticsi64k=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3012,7 +3012,7 @@ "hash": "u7IA9fyrdR8MszC35/RaF4FdtIsd2i9if6Mg/FZ6d6s=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3024,7 +3024,7 @@ "hash": "SzDxcl2mg/SM5UHjLTK1IC8+R0VOm+5NB0KdJJ1DV2A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3036,7 +3036,7 @@ "hash": "9JdB2gjfg0dkKquLVnlKsqmTP4zBvuu3vdVIkvDR0AY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3048,7 +3048,7 @@ "hash": "JsGephNBbIIKWvmh8MYvmdpfxxPSiu57+A7nsJtpBnc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3060,7 +3060,7 @@ "hash": "Wx2yCx6FL2qta1eITAdviH64UziYX+5BboVms8CjWXg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3072,7 +3072,7 @@ "hash": "ICIGIrFVlUZgBs55vchw8zDRzb9Tm7YYJ5A9Pu0KpkI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3084,7 +3084,7 @@ "hash": "b5WN2QClTI7zfCOHd6nTHz/sT/4A22pMn10pBC82pvs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3096,7 +3096,7 @@ "hash": "2qXlnKSsYwDGqCV//6/JJtIkjdavuiBE5a/1b9Fs01w=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3108,7 +3108,7 @@ "hash": "OZqVnCtqDoZLhyBmWflKIHryHkxOSgRc3YSKjU8v6mg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3120,7 +3120,7 @@ "hash": "AFqovINCvztE1K8ZjmFwXuzjXLYNX2B18Yy5n5MyvT0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3132,7 +3132,7 @@ "hash": "HLFtnN1FGGYW3ZdC6OOy599fuyO91DiAfkgQ/j5Cgqw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3144,7 +3144,7 @@ "hash": "XOW4fZowy9vUwA4ToJb1ztNO8qVtG0K6a3+K0C3g8VM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3156,7 +3156,7 @@ "hash": "goSdxZxf4z0hNqIHSzu+IQRZEnrpKXVIr7cqMjMCxKg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3168,7 +3168,7 @@ "hash": "QdanZ8XMP8TXv3mAqZwkgHVVySovnaXrMAh8+eFny+A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3180,7 +3180,7 @@ "hash": "S1XQMrkxiaL2HafpsGDXwLHrT2rrfG/IEQgqFb4HeLU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3192,7 +3192,7 @@ "hash": "ATFmBAT43Wal9Z8b3fUnQ/k0RmcuDhECd2UfS656RKE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3204,7 +3204,7 @@ "hash": "30RWKjHLVbe25/g2ypq2aSPBc33roEHBEqW53PmtjWw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3216,7 +3216,7 @@ "hash": "WDJnIrdaTMiO/Houjea4GqgaKAiSy1Xa7wW30om2LNU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3228,7 +3228,7 @@ "hash": "Xdm50LHsO4l45gCH9+FI78WLorK8F9mqYgnn6Bw7kzo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3240,7 +3240,7 @@ "hash": "79XxtCEmm1qaVSdV1ajS4QZjq5op54sAbgrvTF9f6nM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3252,7 +3252,7 @@ "hash": "ad0oktGBmJlyYBZ7w7G3FBOXXBIvPQnebLdYa6zoytQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3264,7 +3264,7 @@ "hash": "M3Y0oOLxXkTlylTOasl1L0ojkK1Vp2l7ufO8pCTxaNc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3276,7 +3276,7 @@ "hash": "YOM5p63mWLgN+zCymFua//Y6ivkM6dCvwkFRNgm24Pg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3288,7 +3288,7 @@ "hash": "Fg6/+BAxC1hjYT0luKo0cozqHanclTyfDbrIXU38+QI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3300,7 +3300,7 @@ "hash": "hEyYMxg32HVrFK1K1lWFMTJK/8lAJntPIQMr4Qa4S+4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3312,7 +3312,7 @@ "hash": "kXfkQwegZ/yhkFTcwJ2pGmKybbE4gb9fabwsvErSbHI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3324,7 +3324,7 @@ "hash": "oxCA7vneTT7wlfQO5XdfvIJWh6FGQHY0kXSuProUJXY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3336,7 +3336,7 @@ "hash": "Ft9Y/HXBuHDA2TR923yYrOqCCfU69KJ2P7K2q/iQmYU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3348,7 +3348,7 @@ "hash": "0F6hyuju5zDt1h3uzh+3WQSNDZucYgdvYAj/7zddIRE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3360,7 +3360,7 @@ "hash": "fK2ua+NaiDT3uTNzuXI4T5ioXf9APeDZoWW+TLNeb4Y=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3372,7 +3372,7 @@ "hash": "Dy4FVk9X2An1Cx0depVgT7iqsdxW3+nB1bzjdbdhF1s=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3384,7 +3384,7 @@ "hash": "qjkfLozxWw7Crgo4uazIxT0gPIn40hL2FncKaRIlwV4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3396,7 +3396,7 @@ "hash": "mS3/8Np66UrCkz+2blg6OT2kNBmaYsyV3t2BLKtxJ2Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3408,7 +3408,7 @@ "hash": "gipfIOQgUHu+5EmpcK/h0C1fpoy5lDfY2XeEm5WJ0k4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3420,7 +3420,7 @@ "hash": "ej1x2IeMMYHLgrtujlFgauzfSN3uLXvsIBuoIZFlv+A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3432,7 +3432,7 @@ "hash": "1aBzS4xVRMhMBGsLPjAWOSqf883QFax+BdtEO6GR4pQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3444,7 +3444,7 @@ "hash": "CMmQMwvRWORE50Mr2z6xc9LbqW+hXOFtwORpzDA/T5Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3456,7 +3456,7 @@ "hash": "pDP4UsrDiz4qXUKQ0FRciMVwcT8iNQNjF6sL0wkushE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3468,7 +3468,7 @@ "hash": "WM6B8Ln18R2lsDdnUsQGKlbpfjhnRY6l+UPDoTzAPVA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3480,7 +3480,7 @@ "hash": "ktkj+UUOdqw9ZZ3NTauF7tloiLgHei2CxSyZfON14a4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3492,7 +3492,7 @@ "hash": "C5aRTPvfANop0Qhv2+JjXik4/TDqj4DMa04ycGStJmg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3504,7 +3504,7 @@ "hash": "v/nMcvXSBwvUQXGfjF3JFcikekxYp4qSlWlqWAa6f/4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3516,7 +3516,7 @@ "hash": "CluBeaheWBvvnc0Ufsp+210D3aXgZyGCgqaklOZ4e8E=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3528,7 +3528,7 @@ "hash": "sE+p+UwrwR2mRbjrtFx2g9qeJi4JL3V7KCfRXJhmSds=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3540,7 +3540,7 @@ "hash": "zEc8NmfJ3phS/gyRIz85lC7YoQG5OIqN5UgrIgElbYc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3552,7 +3552,7 @@ "hash": "qp35GUqmmn3GcB5jXFfChu1F8oTJ0Tqbkt36+yloScM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3564,7 +3564,7 @@ "hash": "UDZMdcfe1Ihbqv7S1s87o6TBHx+FdxOq0b2L8iofmfM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3576,7 +3576,7 @@ "hash": "URnPXHWWclxOtmP3pYtkf70HzqZS/2WnsyefxEnPO68=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3588,7 +3588,7 @@ "hash": "j81AVX4Zo18gMVXzS0CgZuq59y8eMggFBAnBqkHhkSw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3600,7 +3600,7 @@ "hash": "pMEDOs1KI5P52PD5BO/l1dCLMcBLqObG4VRDcSIgiD0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3612,7 +3612,7 @@ "hash": "Y+2L0HM8H9+2dA2wvNlvaV50QKDClRK8Hw8LQikNLUs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3624,7 +3624,7 @@ "hash": "+CH9lH4qS7hGNWawT4ag5/oCUpiKkZ3BLQZt0hjAcD4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3636,7 +3636,7 @@ "hash": "P8N12z7oin3YIh3J5bImPFFiN9Gl8o0z8UTM2XsZ1Mg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3648,7 +3648,7 @@ "hash": "MjE33GdcPxJTqTn/sqP0NlQ+CEvWD863NRyEE6nczUw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3660,7 +3660,7 @@ "hash": "FSKdNTBcYSIFSJp6VOxwgnx8cdqcSLmx3OioGF6fULY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3672,7 +3672,7 @@ "hash": "vM/2+66i5pohKAYIKh2sQuHURkJ8NvksK2YENMVfnC8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3684,7 +3684,7 @@ "hash": "wn0zDI6ZtgBU5mBU6Td/GDdf5cXhbDsftZvrau1YNhI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3696,7 +3696,7 @@ "hash": "ERlgs+PEIzi5dg18XHqjrn+XjkHeCeoFQGl0QBAf0Gs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3708,7 +3708,7 @@ "hash": "gWEz0CORYJdhvjrET88B0CFAz7UWHLWEy0JtwHUYJXw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3720,7 +3720,7 @@ "hash": "ADJ1S5IkuLAApLV3qq/1DhKar2mD8p7iLyr+9+X7Af0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3732,7 +3732,7 @@ "hash": "4KnZIaHH7uM3yH9eU21fN9Jea3LWLQEcuLS/glK2zUI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3744,7 +3744,7 @@ "hash": "yHLOFQ+s+udZkhW3jbBIPYrVMSPU16z/7EgDr/M9tuo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3756,7 +3756,7 @@ "hash": "T6v6CmQoAvf6V1cM6dPUyGCda1vprnIv4rf21jKxIhk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3768,7 +3768,7 @@ "hash": "ui/xUKFtDJbyPwYxM8yPs1xFFK2B/tHvy2pHzrQNuvY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3780,7 +3780,7 @@ "hash": "q4zmq/mj2h2KTFuW/zd21FcvDVWg66SVFv/MbXtAMEY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3792,7 +3792,7 @@ "hash": "x7BUQE/ok+dDNvz15ecgaUx0vvNZZydiyrNE5PaLrMc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3804,7 +3804,7 @@ "hash": "nEK2rzWoxfdSIe1nDNwxpU8Un9Hm6FBOVlqz3THnzWE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3816,7 +3816,7 @@ "hash": "HVn5lZszH2k6k4VDmC0iKVle/GkW9jtu1OMYrw/pUMM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3828,7 +3828,7 @@ "hash": "j+38gwA9fAMcQrxasW1/5jrKoXeDtHhaBise4UQhLmQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3840,7 +3840,7 @@ "hash": "zHw0Jv4XiS8w/GQuadeNisfdOisHr+pXGXYU4uhvtkM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3852,7 +3852,7 @@ "hash": "RNyBzn20T79GJ6NKhKrtkcdJUrR88Obasyw7nopn3XM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3864,7 +3864,7 @@ "hash": "NX+OkJAZ61SJNrTJXTy/TNIi6P09jSL04OT3gzNejVE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3876,7 +3876,7 @@ "hash": "bnN6grQSCjCXvqoabiIUCLsBwG0n4AorcNfcudv35CQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3888,7 +3888,7 @@ "hash": "npO7ZkdNrXvRUmbM2J8ly2WWA5MG6Gfcz58cLbRa5zM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3912,7 +3912,7 @@ "hash": "DPlfibEjVErwZRCqlauaGp9V4ruvnIHjGc5i6r9xPBc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3924,7 +3924,7 @@ "hash": "o51yNpQ3oiuETgRvFHnjAQxQ8vXksiEwoHzWf8dYKoM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3936,7 +3936,7 @@ "hash": "tPo4oih3USEFsf/x9/wmReZrrXGifo9qaNUtrjZhepQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3948,7 +3948,7 @@ "hash": "qcfFL1m6y/zqR25F3M7EmrN2YmpOE6nxBwyRmvm/cZs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3960,7 +3960,7 @@ "hash": "t9GMiMM5vCi1nzKcsDPs0p1IXO50Nl9jkjDoSICYZ44=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3972,7 +3972,7 @@ "hash": "BBlwPI+F9yf+knqIc9ME5pc++Tujb2HxbAQqL+6Tya0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3984,7 +3984,7 @@ "hash": "b6vCFX5nJYfeVwWTVxSWushg/NSOWnXtttucoVXvVvQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3996,7 +3996,7 @@ "hash": "LW//EDO8DiWFEEg8GqeL6d80X7DHCxEx/vBVY67JaTk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4008,7 +4008,7 @@ "hash": "6PriOosDGMJU8Lcy/56YtwS/yrPv9U54W6FZHrK8IWY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4020,7 +4020,7 @@ "hash": "rhSu77xQfByNNQBAby1RfKfjRXUK6ZgXbXmwwOPbNuw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4032,7 +4032,7 @@ "hash": "ki1hDq+ob/BNODynevymKkMzsYSDBEsZtjIqAH1Qpag=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4044,7 +4044,7 @@ "hash": "fZx3oLlotfZcNcfvMH5Z9pi9Rtm/RGjhs0VO0iYwckk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4056,7 +4056,7 @@ "hash": "lNUsuLvEnQ08NkIDrJN/LYxuTPuNJoDcSF7lUheiglU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4068,7 +4068,7 @@ "hash": "qJo4zZwpxMoozmIQQbYiYkjEy2tfiro9WaNaeWkvKeQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4080,7 +4080,7 @@ "hash": "hEWbfZwflORFqieO/KiMLvAHMFj7plo+wqaVvar80/k=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4092,7 +4092,7 @@ "hash": "ScBaxg3f0iY4TzJO5dbHHkxcqRqSPapKPWX3Y3owEQE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4104,7 +4104,7 @@ "hash": "eD02E4S9sFMydW5iaOvubcNIe7HAesXeiKGuat7i0SI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4116,7 +4116,7 @@ "hash": "Ia/QcD+C0SAo5PMjS+bFBMYlSZr6TRpD6jp+GJ04w3k=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4128,7 +4128,7 @@ "hash": "X2PtHHL9+1JtlmeydQsGwZ7kYQjWpabAB6IOyzLl+nI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4140,7 +4140,7 @@ "hash": "7y6qmhcA5ebF3TWKh1EM1iemUwePOlhCdBpmufTlilI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4152,7 +4152,7 @@ "hash": "3PVdnN8lLKBAQ/II/PvjD0CGUVIaW5fZIHc9N5AbUwI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4164,7 +4164,7 @@ "hash": "H74+1UsNX9gJQRyPPzQJKVp6yt/TQ/R7PTkKGiG24co=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4176,7 +4176,7 @@ "hash": "2da1phnhW1rEJ/VEH9rzemYsSV6PFlG+paiajz792tw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4188,7 +4188,7 @@ "hash": "VW462DyM0mYthrAQpdBlweP9ER9NSuxvPv0oU/b82ds=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4200,7 +4200,7 @@ "hash": "mWtiK/3a3XL9JRSN+EbF+JeXWeu5dOae9wohNj33JIs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4212,7 +4212,7 @@ "hash": "WmkQRBjlsP7XgZNBYBxzXffOkKWP1VXjDCtigw8jLj4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4224,7 +4224,7 @@ "hash": "So8BXxgzlzS6ITcs5QvCevRNaMFl1ZXXXsym9s6Jl3Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4236,7 +4236,7 @@ "hash": "5jyr/2gpHyBP4MhywQjYMFSo2/QI9zikN/2LoQ2eQn8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4248,7 +4248,7 @@ "hash": "oEJOKg1LYqFsFDH3Df+1wj6rlpjfAKvR6Io/B0xzGXY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4260,7 +4260,7 @@ "hash": "0cXun/zV2osBC/bsO09QBPsHzGjGz+ze4nmNWdN+d9U=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4272,7 +4272,7 @@ "hash": "wOOzV7gBYwslNBWXizhoTb0Y3cnr1gi1SauB3hX1ppQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4281,10 +4281,10 @@ "output": { ".html": { "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html", - "hash": "04iezurNrIQN7OJi8BrMB3n03bL+HB8X1DATGITENF0=" + "hash": "vrkHXGV2/xF14XeNxXpCz4RadrGuveLGYvIqAFdjVN0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4296,7 +4296,7 @@ "hash": "0dhi9qdAd3lbRXtremDz2VM5l3vbVOrotXFO7KJKQZI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4308,7 +4308,7 @@ "hash": "gvVNarCNTe93e4nbQadOginlHPZZegbf2japYuOhXhA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4317,10 +4317,10 @@ "output": { ".html": { "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html", - "hash": "Z97Avtjpmex1y1CBY2H5r+Wlws3YeneGkZEkf7XYIY8=" + "hash": "1b7qVTmm+n1RDFnI/jPCtBJFYDe72tOg4Hhtzzwawgc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4329,10 +4329,10 @@ "output": { ".html": { "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html", - "hash": "Xvc2JL5D8GA5fBYPsjgmWEDF2GcCIfpbZJ87g5VrycQ=" + "hash": "UD5/r9Qyywt/L2WrokprE2bCRgOf6Xokxltv+4X417Y=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4344,7 +4344,7 @@ "hash": "V9A5LNG4xCxEyXSKTCx87WNLBdfNGZA9WxpStzID7Kg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4356,7 +4356,7 @@ "hash": "jJiep++KJP04sPATHOXjs9YkPC57BvujaD66Fp9LR28=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4368,7 +4368,7 @@ "hash": "gaHYA851GWVlh92065cDEIv3Oq+86wPojJN1HPc+6jg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4380,7 +4380,7 @@ "hash": "q4OzEm3zmerpo5eWzMv8Eb1wCYSoBKtRqFf2HcqMms4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4392,7 +4392,7 @@ "hash": "jtBtoS2TGzIlmW0/DhEKGiiEa3tqoU30AbWCfUBOoaQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4404,7 +4404,7 @@ "hash": "yV7LUPxIoYe9e7eb9dekYB8MHuuGJnsRHBqvkXhM10A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4416,7 +4416,7 @@ "hash": "mSkxk3LlHfrpw/DnCAeFR7ICEGXg6uJtSYD1tGIvu3w=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4428,7 +4428,7 @@ "hash": "ijPBvpH/7ybpDtHObgt0oxsQAekgCHLnQCFL2xHJno0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4440,7 +4440,7 @@ "hash": "eeHt5ltoRGALeAlWAOYZ88gc0HD4TCFzSXVlGrggkG4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4452,7 +4452,7 @@ "hash": "N19i7OIF9a7VGpa1kCmHmt0ElM9m4DneAxlTmFbqRP4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4464,7 +4464,7 @@ "hash": "k3cTROD6cpU2fRI2b8cFMXksmGQsTmvemvCKmDJTec4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4476,7 +4476,7 @@ "hash": "ngONmiCuuIy7CCVwI57EdBUVPQvdLmiNxh8sOofoNLM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4488,7 +4488,7 @@ "hash": "p6/A9tiQtwEuaC0FxlUIpftGB/xLBfeWsAFurvYMJVg=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4500,7 +4500,7 @@ "hash": "dHXTjGcoYlPUGtQSrWsaxWvO6gdOoO2a/76jOsiY8H0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4512,7 +4512,7 @@ "hash": "o8hXfhrfEaPyopKCVp9gQXYXLRMCa/lSEWk0RqmAVoc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4524,7 +4524,7 @@ "hash": "YEJ40XAR6Q8VDXN/3bE4F+ocs/Ux/CWHyIS8b5cehnI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4536,7 +4536,7 @@ "hash": "R9w0vWf3Lwet8Ky4xlxMwU/5nIo6X8s3bihWeqcTbVA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4548,7 +4548,7 @@ "hash": "LlEJHtIxdksRtDTLA8mH/IQqR1UALkVuxLIjzvUaKxs=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4560,7 +4560,7 @@ "hash": "rDItHySVSah47eJh+bpqgGq9nvSRR86hWvknrt1ZNVA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4572,7 +4572,7 @@ "hash": "znhlcATG+gd5l27Cxl2+kBX21uOqLxJrHN9FiplaWiI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4584,7 +4584,7 @@ "hash": "tGucUNiqAF7YVG8lgpTMISLVO3hp3pXHrkxgkTtdj/A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4596,7 +4596,7 @@ "hash": "w8PQq8/XTS6cTY5pMLiwoECt0xAotGRoKm2crFTJgXk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4608,7 +4608,7 @@ "hash": "nHs1F1/npcn4lUyzZCxkpPTKsNMgZ0+yriy+mPVkd2E=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4620,7 +4620,7 @@ "hash": "9qeK3XqfVFwuhURVqZqp/xb1bQcpecMmmOUpuf0aXEA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4632,7 +4632,7 @@ "hash": "9gqHlaZlHCmT38xm1QFJnZisEyG6yZ/t3zTzI2f1SY0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4644,7 +4644,7 @@ "hash": "bWX0Yb90NFEvY1XwxBf2OX0Vo3sWEArfXIvWWD+mQlc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4656,7 +4656,7 @@ "hash": "ltkWulbrqjDNS7WxND95b36/Q6dk2ntfTDCVb3kdwDo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4668,7 +4668,7 @@ "hash": "+gd2+Bmb9hUcv4t4YkfXUpyiY8iPbdPbg1n6rnow5Ro=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4680,7 +4680,7 @@ "hash": "TwBxZI78wK+j0W7oqOXIjn1SUBLrYhnzHD/piItr7VI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4692,7 +4692,7 @@ "hash": "pik5QZgeNR0IYi3VtVZS1nmdjnSNnY94u41g6q5dt9Q=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4704,7 +4704,7 @@ "hash": "ozDQ80zMJuqGwic5O4v3JcwwQYrAQARdKsalIi6Y18k=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4716,7 +4716,7 @@ "hash": "muNW7747fWbfn5D5xgcDsIwhNGeDlxoed1zV2t6EMxA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4728,7 +4728,7 @@ "hash": "+K6AcCPLW+3OqDvBUY0P1FK5pK3Q5qN6EzMv+Zu4uwo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4740,7 +4740,7 @@ "hash": "270/lzUmTZrzPddKa8kArJQndt8aVwuKQ/ev/kaNPlY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4752,7 +4752,7 @@ "hash": "KLLyhZyJNh2Moqg55ne5vevi4tew8GUaOfaYc01itxI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4764,7 +4764,7 @@ "hash": "MKZUalnwXiNXWs6WSbtFOcL/ZeT8CVJShqboddvG/F8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4776,7 +4776,7 @@ "hash": "NcmI0jNHSNObvcVci79LG18Q1FsDEE5o/tzAC5P6i5E=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4788,7 +4788,7 @@ "hash": "tV1t8Ck255NacMSmm06UgureaJ5ADTsiequML6TRiI0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4797,10 +4797,10 @@ "output": { ".html": { "relative_path": "api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html", - "hash": "srjSXgeqRzVQkDFo5I40knXrHP4VyJmisu1hQqaKGvI=" + "hash": "U13m8BPCHciKOcJbqCv6XQj3PGUePU+6YgcNvr/1zbc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4809,10 +4809,10 @@ "output": { ".html": { "relative_path": "api_net/AxaFrance.WebEngine.Web.WebElementDescription.html", - "hash": "lT0xOsr91OVkjY6hLXjMM94WZhY02x/3z9XYZVhrr/E=" + "hash": "DhoKUtanOuUpU1kLRfsZ1IrIuXz2/rvWcayUuc5/OKI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4824,7 +4824,7 @@ "hash": "fTMD79oIX2P8GnZQ9tNJY847KXjCkSKRdihKN9rM+vw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4836,7 +4836,7 @@ "hash": "Wi9IbwPgZ7IcSNkfYwkO1srfbLsjHWbt3nzXITe1ONE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4848,7 +4848,7 @@ "hash": "5nJvJoPrxpJsWzExKAwmxR5t6m4LKIxJQ5+aGC3oa6M=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4864,18 +4864,15 @@ "version": "" }, { - "log_codes": [ - "UidNotFound" - ], "type": "Conceptual", "source_relative_path": "articles/accessibility.md", "output": { ".html": { "relative_path": "articles/accessibility.html", - "hash": "3B3hG6LVE+AL/xsW/1XKFeU5b2dXfn044yOY6Hj3JGI=" + "hash": "AYBlzDGza9WBe7vrQMk1bzzrReeboswOjeZRcKwzZmo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4887,7 +4884,7 @@ "hash": "QIox6qYtHXBMLbKMiUggVWnEriSE0g577yTAqKpx+XM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4899,7 +4896,7 @@ "hash": "uU4bUBdO0oxyjkfIFdw3n1Q1QPILY0DcVg8u77pmUoI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4911,7 +4908,7 @@ "hash": "KT011wKGpJExz3krzo28e7ZDVEbu27PG4evvU3wnD2c=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4920,10 +4917,10 @@ "output": { ".html": { "relative_path": "articles/env-impact.html", - "hash": "SHOYtHmFdXfFHGisGHEllV6/vfgG5keFfnBLdomZJ9M=" + "hash": "2TEP1iy4yI6XSy8sSZcILKGusUDEzPfUVxwDfbFu9AE=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4935,7 +4932,7 @@ "hash": "20Oi+X8U6n223Jhp1yo6HQ48WWUvd1OJaxPCfrU7am8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4947,7 +4944,7 @@ "hash": "8eZ8jPX1NAhsNpKMEJt0zGaxAJs+4nHMPmxn1EHv/NI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4959,7 +4956,7 @@ "hash": "MBbcExmvsiPx+qU+on2ECeG38BSp6N/1UUa/SkwgOD4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4971,7 +4968,7 @@ "hash": "UEoh/QdVcHZvo9B6HbKAzBlOvl9obLTDDt2amXMDot8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4983,7 +4980,7 @@ "hash": "93rowUfUjJgl/9148o7sDYXJY99XvTFFZnuc8/iDPFc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4995,7 +4992,7 @@ "hash": "eOT3E//PClVKJPmm2dKI04o4KkQz/cKHnGemU1KCTDc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5007,7 +5004,7 @@ "hash": "jEJGQ6E8v2Q2RoKte1howvlcZbl1v+n2zC34DHP8S0s=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5019,7 +5016,7 @@ "hash": "Lc43ymZOtu7VHDQlQKe/3R2trrf2h0N/VAq0+bLBfGY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5031,7 +5028,7 @@ "hash": "nPyVQiVBOdbZQlKvUfH2yZHYdnRzl05xZflhXbGpNfc=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5043,7 +5040,7 @@ "hash": "I1u9Tt1hfV0Q/Kj/yGs84R1THqpdU21O0/A/wvKnfN8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5052,40 +5049,34 @@ "output": { ".html": { "relative_path": "articles/toc.html", - "hash": "WfsF/p57DqCkAOXTJEgICfWIokWUV4TXCq7kdrryCBo=" + "hash": "vUtgALxP5vFtmv4/imjm8jXHLnNWcevnua8drx6fw4E=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "UidNotFound" - ], "type": "Conceptual", "source_relative_path": "articles/webengine-app.md", "output": { ".html": { "relative_path": "articles/webengine-app.html", - "hash": "R/gk6GsPZyO72WOLagzsmjy76Tzn8NGlrnPQ4HVvAhk=" + "hash": "1NARNzShqkXLBwtSiVWb+9L2RHaKa79uzxGoIHq9rxA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { - "log_codes": [ - "UidNotFound" - ], "type": "Conceptual", "source_relative_path": "articles/webengine-web.md", "output": { ".html": { "relative_path": "articles/webengine-web.html", - "hash": "BdXILJrn7VrMIO6rZnl3g6aVN+ju5ikDb8YCg/Ygtrs=" + "hash": "PVjjbEfwo8C2mOCGlcPQ3R1Sr6Bjs9URTgd6f9JFrmU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5097,7 +5088,7 @@ "hash": "afv9P+nCUatN3UcH3I/aVU3p2d7G7nCgk64fPxAWLho=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6795,7 +6786,7 @@ "hash": "VMhwVihM78eNGjwKnyXnBNZMN5F9zY8fW9nqyRI9TOo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6819,7 +6810,7 @@ "hash": "BwqO5rONBftw38YhNOUho0QJ79IzjN9vDXRpHy+nWnY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6831,7 +6822,7 @@ "hash": "WbCutUaHf7mrPXmsCjUsyvCT+3yIQGAxzjCRYi8DhCQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6843,7 +6834,7 @@ "hash": "ZTruv07JbNSRgQxbR2mBn5+5vKek8O/GjiRy4++gags=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6855,7 +6846,7 @@ "hash": "CeYW2/4nTFk/p+SzEdiDbDlZXqSd6oIhJOEwIBdOGx4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6867,7 +6858,7 @@ "hash": "DPPVHgj3MVSr3bnt+XlvZ1NnlfZALE8jSp9BJzNttGI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6879,7 +6870,7 @@ "hash": "Ttp03Jr5KAhZBzdhK4WueRr65FltemJwy2M+fX6tPbQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6891,7 +6882,7 @@ "hash": "L2pNfcbdKDWCfBYHQyuMlVzSj1NF+2JyqZpFOiK3YG4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6903,7 +6894,7 @@ "hash": "T9C0Gi/scKJnIc4HfYN9XBMNebZxVSEDc6KIY2KpkNQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6915,22 +6906,19 @@ "hash": "3bOysl3iGbXh77Ly53cxyMvghT25t+YhNa87VBUnUYM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { - "log_codes": [ - "UidNotFound" - ], "type": "Conceptual", "source_relative_path": "tutorials/keyword-driven-cs.md", "output": { ".html": { "relative_path": "tutorials/keyword-driven-cs.html", - "hash": "T8LSVr3U40SwLiNFptu3rme0SdVkNxiZuyomdA3nYkU=" + "hash": "PWU1f6EKWzN5YzbEFBD35PrRVWDfVWdrrQeiOOo8C7A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6942,7 +6930,7 @@ "hash": "jsOHQ+iv29HWLAG/v6ShnyyGevEObeJ2DMqkT65wMPk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6954,7 +6942,7 @@ "hash": "7v2LpjmfTFnTk0WXmBiwN8QJGAwgmqTblkkMgYLLWWM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6966,7 +6954,7 @@ "hash": "xSjINhSToPkzuPAWnanlSmacnNXXaIjgnhTYO/ko2mo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6978,22 +6966,19 @@ "hash": "iyKfIUUwXtZx5Rx9tmyKLsfkgHzmmkRLMWLuiaPPxUU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { - "log_codes": [ - "UidNotFound" - ], "type": "Conceptual", "source_relative_path": "tutorials/page-model.md", "output": { ".html": { "relative_path": "tutorials/page-model.html", - "hash": "hmH9KltXl2L3rXNSD0IOJcMAmRhoAJIRTmscgujD/oI=" + "hash": "OTNBKqCi4CT9AbxwcSxZHqOSzZq6Em7RLe+fSnTla/U=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7005,7 +6990,7 @@ "hash": "0kfmvUPXyOgetYx+pb9BNm9aepAiYjhuzSFQ/VDIeMU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7017,7 +7002,7 @@ "hash": "M/Kyu0w7o0pckIfNvDnmuf5vjQevyhcW3wdT47BpEog=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7029,7 +7014,7 @@ "hash": "PBoYlU5SgtzzW7d/2aMa13vHUPBNv1JHiOdn66tyqZU=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7041,7 +7026,7 @@ "hash": "OeHjXsb/nFkUNWQ80vnXSLmv/aQtCkZQ+3q37sjEdQ0=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7057,18 +7042,15 @@ "version": "" }, { - "log_codes": [ - "UidNotFound" - ], "type": "Conceptual", "source_relative_path": "tutorials/web-driver.md", "output": { ".html": { "relative_path": "tutorials/web-driver.html", - "hash": "oitOzMs7D87kWdwb8Ubbc7/hScZ911T3YryMql5B58g=" + "hash": "iWraqRgP4jDS/Tkodo/Dxxem130jv5VADGhd5iaTSHM=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7080,30 +7062,32 @@ "hash": "24P619aSA2uF+Gc+n2iWTGiCT0CMAyW/HnVV5FYu4ow=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" } ], "incremental_info": [ { "status": { - "can_incremental": true, + "can_incremental": false, + "details": "Disable incremental build by force rebuild option.", "incrementalPhase": "build", "total_file_count": 0, - "skipped_file_count": 0 + "skipped_file_count": 0, + "full_build_reason_code": "ForceRebuild" }, "processors": { "ConceptualDocumentProcessor": { - "can_incremental": true, + "can_incremental": false, "incrementalPhase": "build", "total_file_count": 40, - "skipped_file_count": 40 + "skipped_file_count": 0 }, "ManagedReferenceDocumentProcessor": { - "can_incremental": true, + "can_incremental": false, "incrementalPhase": "build", "total_file_count": 407, - "skipped_file_count": 407 + "skipped_file_count": 0 }, "ResourceDocumentProcessor": { "can_incremental": false, @@ -7123,8 +7107,8 @@ }, { "status": { - "can_incremental": true, - "details": "Can support incremental post processing.", + "can_incremental": false, + "details": "Cannot support incremental post processing, the reason is: it's disabled.", "incrementalPhase": "postProcessing", "total_file_count": 0, "skipped_file_count": 0 diff --git a/docs/tutorials/keyword-driven-cs.html b/docs/tutorials/keyword-driven-cs.html index e36157c..ab8a8e1 100644 --- a/docs/tutorials/keyword-driven-cs.html +++ b/docs/tutorials/keyword-driven-cs.html @@ -159,7 +159,7 @@

    2.5 Define test cases

    new AxaFrance.WebEngine.TestStep{ Action = nameof(ValidateContract)}, new AxaFrance.WebEngine.TestStep{ Action = nameof(Logout)}, }; - MesureResourceUsage = true; + MeasureResourceUsage = true; } } } @@ -242,7 +242,7 @@

    Implementing Login keyword

    In the script of action keyword we navigate to the Url of the application. Then initialize a new instance of page model by given it the active WebDriver object. Then fill login, password to the click login button and verify there is no error message.

    -

    All action keyword must inherit from SharedActionBase. For Web based keyword, inherit from <xref:AXA.WebEngine.Web.SharedActionWeb>, then implement DoAction and DoCheckpoint methods.

    +

    All action keyword must inherit from SharedActionBase. For Web based keyword, inherit from SharedActionWeb, then implement DoAction and DoCheckpoint methods.

    using AxaFrance.WebEngine;
     using AxaFrance.WebEngine.Web;
     
    diff --git a/docs/tutorials/page-model.html b/docs/tutorials/page-model.html
    index 6b73ed1..b0de4df 100644
    --- a/docs/tutorials/page-model.html
    +++ b/docs/tutorials/page-model.html
    @@ -81,7 +81,7 @@ 

    Common steps of automation

    Page Model Step

    • Step 1: Identify the elements which will be interacted during the test.
    • -
    • Step 2: Write a class inherated from PageModel and with WebElementDescription or <xref:AXA.WebEngine.MobileApp.AppElementDescription>
    • +
    • Step 2: Write a class inherated from PageModel and with WebElementDescription or AppElementDescription
    • Step 3: Instantiate PageModels in the script and use above elements to perform different actions.

    Advantages of Page Models and Element Descriptions

    diff --git a/docs/tutorials/web-driver.html b/docs/tutorials/web-driver.html index 9fcd508..5772517 100644 --- a/docs/tutorials/web-driver.html +++ b/docs/tutorials/web-driver.html @@ -70,7 +70,7 @@

    WebDriver for Web based tests

    With WebEngine there is a unique way to initialize Web Driver for any kind of platforms and any kind of browsers: -<xref:AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AXA.WebEngine.Platform,AxaFrance.WebEngine.BrowserType)>

    +GetDriver(Platform, BrowserType)

    Test on desktop browsers

    WebEngine support following desktop browsers:

      diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 31f10a4..16ac35f 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -5957,19 +5957,19 @@ references: isSpec: "True" fullName: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled nameWithType: TestCaseWeb.IsAccessibilityTestEnabled -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.MesureResourceUsage - name: MesureResourceUsage - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_MesureResourceUsage - commentId: P:AxaFrance.WebEngine.Web.TestCaseWeb.MesureResourceUsage - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.MesureResourceUsage - nameWithType: TestCaseWeb.MesureResourceUsage -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.MesureResourceUsage* - name: MesureResourceUsage - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_MesureResourceUsage_ - commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.MesureResourceUsage - isSpec: "True" - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.MesureResourceUsage - nameWithType: TestCaseWeb.MesureResourceUsage +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage + name: MeasureResourceUsage + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_MeasureResourceUsage + commentId: P:AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage + nameWithType: TestCaseWeb.MeasureResourceUsage +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage* + name: MeasureResourceUsage + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_MeasureResourceUsage_ + commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage + isSpec: "True" + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage + nameWithType: TestCaseWeb.MeasureResourceUsage - uid: AxaFrance.WebEngine.Web.WebElementDescription name: WebElementDescription href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html diff --git a/src/AxaFrance.WebEngine.Doc/articles/accessibility.md b/src/AxaFrance.WebEngine.Doc/articles/accessibility.md index d605e7f..7d64b7a 100644 --- a/src/AxaFrance.WebEngine.Doc/articles/accessibility.md +++ b/src/AxaFrance.WebEngine.Doc/articles/accessibility.md @@ -102,7 +102,7 @@ When running accessibility test on an end-to-end test using keyword-driven metho Accessibility testing should be activated at Test Case level, so the scan engines are initialized and accessibility test result on each scan will be integrated in test report. To activate accessibility testing on Test Case level, Set the property of test case to `true`. If you want to activate it dynamically via test data, you can provide a test case named `Accessibility` and set it to `True` #### Scanning a page -In a shared action, at the convenient moment call the method +In a shared action, at the convenient moment call the method This function runs an accessibility scan at current location, then integrates test result to test report. The scan can be performed multiple times on different location within a user journey. With this method, you don’t need to interact directly with classes such as `OverallReportBuilder` or `PageReportBuilder` ### Gherkin based test case If you are using Gherkin based test case. You’ll need to follow the same steps: diff --git a/src/AxaFrance.WebEngine.Doc/articles/env-impact.md b/src/AxaFrance.WebEngine.Doc/articles/env-impact.md index c395218..d902d3e 100644 --- a/src/AxaFrance.WebEngine.Doc/articles/env-impact.md +++ b/src/AxaFrance.WebEngine.Doc/articles/env-impact.md @@ -11,12 +11,12 @@ details; you just need to enable the feature and use the provided API to get the ## How to activate resource usage tracing? Resource usage tracing is enabled at the test case level. The flag is defined at -{xref:AxaFrance.WebEngine.Web.TestCaseWeb.MeasureResourceUsage}. When the flag is enabled before test execution, the framework +. When the flag is enabled before test execution, the framework will start a network interceptor and save information of all incoming and outgoing traffic in the report. To enable the feature, there are two ways: - * Set the property `MeasureResourceUsage` of {xref:AxaFrance.WebEngine.Web.TestCaseWeb} to true in your code. + * Set the property `MeasureResourceUsage` of to true in your code. ```csharp public class MyTestCase : TestCaseWeb @@ -36,14 +36,16 @@ public class MyTestCase : TestCaseWeb ``` * Provide a test parameter named `ResourceUsage` and set it to True in your test data. -For example, you can provide the parameter via Excel test data on the test cases you want to activate. Resource Usage -[../images/resource-usage.png] +For example, you can provide the parameter via Excel test data on the test cases you want to activate. +![Resource Usage](../images/resource-usage.png) ## How are the results displayed? When resource usage tracing is enabled, the framework will save the related raw data in the report. The report will be analyzed -and visualized in the Report Viewer: Resource Usage Report [../images/resource-usage-report.png] +and visualized in the Report Viewer: + +![Resource Usage Report](../images/resource-usage-report.png) The report will show the following information: diff --git a/src/AxaFrance.WebEngine.Doc/articles/toc.yml b/src/AxaFrance.WebEngine.Doc/articles/toc.yml index 7d9e52c..68c4583 100644 --- a/src/AxaFrance.WebEngine.Doc/articles/toc.yml +++ b/src/AxaFrance.WebEngine.Doc/articles/toc.yml @@ -10,6 +10,8 @@ href: webengine-app.md - name: Web Accessibility Testing href: accessibility.md +- name: Measure Environmental Impact + href: env-impact.md - name: WebEngine Add-in for Excel href: excel-addin.md items: diff --git a/src/AxaFrance.WebEngine.Doc/articles/webengine-app.md b/src/AxaFrance.WebEngine.Doc/articles/webengine-app.md index c5a5ffa..61da8d9 100644 --- a/src/AxaFrance.WebEngine.Doc/articles/webengine-app.md +++ b/src/AxaFrance.WebEngine.Doc/articles/webengine-app.md @@ -20,7 +20,7 @@ To test mobile applications with WebEngine Framework, you'll need to have follow Before launching the automated tests on Mobile devices, you'll need to tell Appium Server to start the application under test. Or if the application is not yet installed, to install it. -WebEngine Framework can upload the app package to compatible platforms, by calling the method , it returns the real `AppId` to be used to connect to remote devices. +WebEngine Framework can upload the app package to compatible platforms, this actions is automatic according to the platform provider, it returns the real `AppId` to be used to connect to remote devices. Then you can use to get AppiumDriver in order to interact with test scripts. According to your test settings, AppiumDriver can be either: diff --git a/src/AxaFrance.WebEngine.Doc/articles/webengine-web.md b/src/AxaFrance.WebEngine.Doc/articles/webengine-web.md index df1b108..3a7c23e 100644 --- a/src/AxaFrance.WebEngine.Doc/articles/webengine-web.md +++ b/src/AxaFrance.WebEngine.Doc/articles/webengine-web.md @@ -7,8 +7,8 @@ To test web application, we usually need to open the web browser and perform thr * Compares the information retrieved from some Web Element with expected value. In WebEngine Framework, we have provided : -* to easily manage web browsers and selenium webdrivers -* and to manage Web Elements. +* to easily manage web browsers and selenium webdrivers +* and to manage Web Elements. ## Prerequisites To test web applications with WebEngine Framework, you'll need to have follow knowledges as pre-requisites: diff --git a/src/AxaFrance.WebEngine.Doc/tutorials/keyword-driven-cs.md b/src/AxaFrance.WebEngine.Doc/tutorials/keyword-driven-cs.md index a43e227..2882d3b 100644 --- a/src/AxaFrance.WebEngine.Doc/tutorials/keyword-driven-cs.md +++ b/src/AxaFrance.WebEngine.Doc/tutorials/keyword-driven-cs.md @@ -129,7 +129,7 @@ In the script of action keyword we navigate to the Url of the application. Then initialize a new instance of page model by given it the active WebDriver object. Then fill login, password to the click login button and verify there is no error message. -All action keyword must inherit from . For Web based keyword, inherit from , then implement `DoAction` and `DoCheckpoint` methods. +All action keyword must inherit from . For Web based keyword, inherit from , then implement `DoAction` and `DoCheckpoint` methods. [!code-csharp[Main](../../Samples.KeywordDriven/Actions/Login.cs "Test Case")] *** diff --git a/src/AxaFrance.WebEngine.Doc/tutorials/page-model.md b/src/AxaFrance.WebEngine.Doc/tutorials/page-model.md index c2b53d2..77b6362 100644 --- a/src/AxaFrance.WebEngine.Doc/tutorials/page-model.md +++ b/src/AxaFrance.WebEngine.Doc/tutorials/page-model.md @@ -15,7 +15,7 @@ The general steps are shown as follow: ![Page Model Step](../images/page-model-step.png) * `Step 1`: Identify the elements which will be interacted during the test. -* `Step 2`: Write a class inherated from PageModel and with or +* `Step 2`: Write a class inherated from PageModel and with or * `Step 3`: Instantiate PageModels in the script and use above elements to perform different actions. ### Advantages of Page Models and Element Descriptions diff --git a/src/AxaFrance.WebEngine.Doc/tutorials/web-driver.md b/src/AxaFrance.WebEngine.Doc/tutorials/web-driver.md index ad02cc0..253d48d 100644 --- a/src/AxaFrance.WebEngine.Doc/tutorials/web-driver.md +++ b/src/AxaFrance.WebEngine.Doc/tutorials/web-driver.md @@ -1,6 +1,6 @@ # WebDriver for Web based tests With WebEngine there is a unique way to initialize Web Driver for any kind of platforms and any kind of browsers: - + ## Test on desktop browsers WebEngine support following desktop browsers: diff --git a/src/AxaFrance.WebEngine.Web/TestCaseWeb.cs b/src/AxaFrance.WebEngine.Web/TestCaseWeb.cs index 56c5068..7105af9 100644 --- a/src/AxaFrance.WebEngine.Web/TestCaseWeb.cs +++ b/src/AxaFrance.WebEngine.Web/TestCaseWeb.cs @@ -39,7 +39,7 @@ public abstract class TestCaseWeb : TestCase /// /// When activated, the framework will trace downloaded resources during your test and generates a report on the resources used. /// - public bool MesureResourceUsage { get; set; } + public bool MeasureResourceUsage { get; set; } Dictionary requestLogs = new Dictionary(); List jSErrors = new List(); @@ -64,7 +64,7 @@ public override string Cleanup() DebugLogger.WriteLine("Accessibility Test Report has been attached to the test case report."); } WebDriver browser = this.Context as WebDriver; - if (MesureResourceUsage) + if (MeasureResourceUsage) { var network = browser.Manage().Network; network.StopMonitoring(); @@ -108,7 +108,7 @@ public override void Initialize() } if (IsTrue(resourceUsage)) { - MesureResourceUsage = true; + MeasureResourceUsage = true; } if (IsAccessibilityTestEnabled) { @@ -128,7 +128,7 @@ public override void Initialize() DebugLogger.WriteLine("Initializing Selenium WebDriver"); var driver = BrowserFactory.GetDriver(Settings.Instance.Platform, Settings.Instance.Browser, Settings.Instance.BrowserOptions); Context = driver; - if (MesureResourceUsage) + if (MeasureResourceUsage) { DebugLogger.WriteLine("[DEBUG] Resource Usage Measurement is enabled."); var network = driver.Manage().Network; diff --git a/src/Samples.KeywordDriven/TestCases/TC_InsuranceQuote.cs b/src/Samples.KeywordDriven/TestCases/TC_InsuranceQuote.cs index 31cdf36..57b2290 100644 --- a/src/Samples.KeywordDriven/TestCases/TC_InsuranceQuote.cs +++ b/src/Samples.KeywordDriven/TestCases/TC_InsuranceQuote.cs @@ -14,7 +14,7 @@ public TC_InsuranceQuote() { new AxaFrance.WebEngine.TestStep{ Action = nameof(ValidateContract)}, new AxaFrance.WebEngine.TestStep{ Action = nameof(Logout)}, }; - MesureResourceUsage = true; + MeasureResourceUsage = true; } } }