Browse Source

Updated Docs

bernhardbuhl 4 years ago
parent
commit
8c35cda029

BIN
docs/_build/doctrees/changelog.doctree


BIN
docs/_build/doctrees/docs/baangt.base.doctree


BIN
docs/_build/doctrees/environment.pickle


+ 4 - 1
docs/_build/html/_sources/changelog.rst.txt

@@ -13,11 +13,14 @@ New features
 * SimpleFormat: New command ``pdfcompare`` compares a downloaded PDF-File with a reference PDF-File and reports differences. Works also well with parallel sessions.
 * All: Variable replacement using Faker module. For instance ``$(FAKER.email)`` will generate a random E-Mail address
 * Appium integration for Android and iOS App tests using Appium Webdriver (see in /examples/App* and globalsApp.json)
-
+* Subclassing: New commands to identify stale objects on page (HTML-Reload and SPA-Support)
+* Additional way to export data to Excel-Result (can be used for results of scraping) GC.EXPORT_ADDITIONAL_DATA in
+  TestRun.additionalExportTabs create one dict with <tabname>:<ExportDictContent>. Headers = Fieldnames.
 
 Changes
 +++++++
 * Improved browserDriver Download for executables (didn't work in some cases)
+* Improved database logging of testrun results
 
 2020.03
 ^^^^^^^

+ 4 - 0
docs/_build/html/changelog.html

@@ -191,12 +191,16 @@ A huge step closer to release 1. Some minor functionalities still need fixing. M
 <li><p>SimpleFormat: New command <code class="docutils literal notranslate"><span class="pre">pdfcompare</span></code> compares a downloaded PDF-File with a reference PDF-File and reports differences. Works also well with parallel sessions.</p></li>
 <li><p>All: Variable replacement using Faker module. For instance <code class="docutils literal notranslate"><span class="pre">$(FAKER.email)</span></code> will generate a random E-Mail address</p></li>
 <li><p>Appium integration for Android and iOS App tests using Appium Webdriver (see in /examples/App* and globalsApp.json)</p></li>
+<li><p>Subclassing: New commands to identify stale objects on page (HTML-Reload and SPA-Support)</p></li>
+<li><p>Additional way to export data to Excel-Result (can be used for results of scraping) GC.EXPORT_ADDITIONAL_DATA in
+TestRun.additionalExportTabs create one dict with &lt;tabname&gt;:&lt;ExportDictContent&gt;. Headers = Fieldnames.</p></li>
 </ul>
 </div>
 <div class="section" id="changes">
 <h3>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h3>
 <ul class="simple">
 <li><p>Improved browserDriver Download for executables (didn’t work in some cases)</p></li>
+<li><p>Improved database logging of testrun results</p></li>
 </ul>
 </div>
 </div>

+ 8 - 0
docs/_build/html/docs/baangt.base.html

@@ -548,6 +548,14 @@ given, this function will replace it with the actual value (e.g. FIREFOX)</p>
 <em class="property">static </em><code class="sig-name descname">sanitizeFileName</code><span class="sig-paren">(</span><em class="sig-param">value</em><span class="sig-paren">)</span><a class="headerlink" href="#baangt.base.Utils.utils.sanitizeFileName" title="Permalink to this definition">¶</a></dt>
 <dd></dd></dl>
 
+<dl class="method">
+<dt id="baangt.base.Utils.utils.setLocatorFromLocatorType">
+<em class="property">static </em><code class="sig-name descname">setLocatorFromLocatorType</code><span class="sig-paren">(</span><em class="sig-param">lLocatorType</em>, <em class="sig-param">lLocator</em><span class="sig-paren">)</span><a class="headerlink" href="#baangt.base.Utils.utils.setLocatorFromLocatorType" title="Permalink to this definition">¶</a></dt>
+<dd><p>&#64;param lLocatorType: XPATH, CSS, ID, etc.
+&#64;param lLocator: Value of the locator
+&#64;return:</p>
+</dd></dl>
+
 </dd></dl>
 
 </div>

+ 6 - 3
docs/_build/html/genindex.html

@@ -87,9 +87,10 @@
 <li class="toctree-l1"><a class="reference internal" href="simpleExample.html">   First Steps</a></li>
 <li class="toctree-l1"><a class="reference internal" href="Structure.html">   Structure</a></li>
 <li class="toctree-l1"><a class="reference internal" href="ParametersConfigFile.html">   Parameters</a></li>
-<li class="toctree-l1"><a class="reference internal" href="DataFile.html">   Data file</a></li>
 <li class="toctree-l1"><a class="reference internal" href="SimpleAPI.html">   First API Test</a></li>
 <li class="toctree-l1"><a class="reference internal" href="TestTypes.html">   Types of Tests</a></li>
+<li class="toctree-l1"><a class="reference internal" href="DataFile.html">   Data file</a></li>
+<li class="toctree-l1"><a class="reference internal" href="SaveResults2Database.html">   Results in Database</a></li>
 <li class="toctree-l1"><a class="reference internal" href="Developer.html">   For Developers</a></li>
 <li class="toctree-l1"><a class="reference internal" href="HistoryAndReasons.html">   History</a></li>
 <li class="toctree-l1"><a class="reference internal" href="contributors.html">   Contributions</a></li>
@@ -598,16 +599,18 @@
 </li>
       <li><a href="docs/baangt.ui.html#baangt.ui.ImportKatalonRecorder.ImportKatalonRecorder.saveTestData">saveTestData() (baangt.ui.ImportKatalonRecorder.ImportKatalonRecorder method)</a>
 </li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="docs/baangt.base.html#baangt.base.ApiHandling.ApiHandling.setBaseURL">setBaseURL() (baangt.base.ApiHandling.ApiHandling method)</a>
 </li>
+  </ul></td>
+  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="docs/baangt.base.html#baangt.base.TestRunUtils.TestRunUtils.setCompleteTestRunAttributes">setCompleteTestRunAttributes() (baangt.base.TestRunUtils.TestRunUtils method)</a>
 </li>
       <li><a href="docs/baangt.base.html#baangt.base.ApiHandling.ApiHandling.setEndPoint">setEndPoint() (baangt.base.ApiHandling.ApiHandling method)</a>
 </li>
       <li><a href="docs/baangt.base.html#baangt.base.ApiHandling.ApiHandling.setHeaders">setHeaders() (baangt.base.ApiHandling.ApiHandling method)</a>
 </li>
+      <li><a href="docs/baangt.base.html#baangt.base.Utils.utils.setLocatorFromLocatorType">setLocatorFromLocatorType() (baangt.base.Utils.utils static method)</a>
+</li>
       <li><a href="docs/baangt.base.html#baangt.base.ApiHandling.ApiHandling.setLoginData">setLoginData() (baangt.base.ApiHandling.ApiHandling method)</a>
 </li>
       <li><a href="docs/setup.html#module-setup">setup (module)</a>

BIN
docs/_build/html/objects.inv


File diff suppressed because it is too large
+ 1 - 1
docs/_build/html/searchindex.js


+ 4 - 1
docs/changelog.rst

@@ -13,11 +13,14 @@ New features
 * SimpleFormat: New command ``pdfcompare`` compares a downloaded PDF-File with a reference PDF-File and reports differences. Works also well with parallel sessions.
 * All: Variable replacement using Faker module. For instance ``$(FAKER.email)`` will generate a random E-Mail address
 * Appium integration for Android and iOS App tests using Appium Webdriver (see in /examples/App* and globalsApp.json)
-
+* Subclassing: New commands to identify stale objects on page (HTML-Reload and SPA-Support)
+* Additional way to export data to Excel-Result (can be used for results of scraping) GC.EXPORT_ADDITIONAL_DATA in
+  TestRun.additionalExportTabs create one dict with <tabname>:<ExportDictContent>. Headers = Fieldnames.
 
 Changes
 +++++++
 * Improved browserDriver Download for executables (didn't work in some cases)
+* Improved database logging of testrun results
 
 2020.03
 ^^^^^^^

+ 2 - 1
docs/index.rst

@@ -24,9 +24,10 @@ and well documented master functionality.
       First Steps <simpleExample.rst>
       Structure <Structure.rst>
       Parameters <ParametersConfigFile.rst>
-      Data file <DataFile.rst>
       First API Test <SimpleAPI.rst>
       Types of Tests <TestTypes.rst>
+      Data file <DataFile.rst>
+      Results in Database <SaveResults2Database.rst>
       For Developers <Developer.rst>
       History <HistoryAndReasons.rst>
       Contributions <contributors.rst>

BIN
docs/testrun.db