Browse Source

added baangtDB

bernhardbuhl 4 years ago
parent
commit
b187877445

BIN
docs/_build/doctrees/articles/SeleniumGridV4WithBaangt.doctree


BIN
docs/_build/doctrees/environment.pickle


+ 8 - 1
docs/_build/html/_sources/articles/SeleniumGridV4WithBaangt.rst.txt

@@ -5,7 +5,7 @@ Integration with Selenium Grid V4
 
 Following the same logic as with integration of `Zalenium <https://github.com/zalando/zalenium>`_ and current
 version of `Selenium Grid <https://www.guru99.com/introduction-to-selenium-grid.html>`_ you can define your test cases
-and test data definitions in Microsoft Excel using simpleFormat, full Format or subclassed TestStepMaster.
+and test data definitions in Microsoft Excel using simpleFormat, full Excel format, baangtDB or subclassed TestStepMaster.
 
 The only difference is setting the Browser to ``REMOTE_V4``. Of course you'll need to provide address and port of the
 service in ``BrowserAttributes``.
@@ -21,3 +21,10 @@ grant access to the Desktop inside the container.
 .. image:: ../vncDesktopSeleniumGridDocker.png
     :target: https://gogs.earthsquad.global/athos/baangt-Docker-SeleniumGrid4
 
+Step by step instructions on video
+----------------------------------
+
+If you prefer to see a video with details on how to run and test ``baangt`` with Selenium Grid, head over to our youtube
+channel: https://youtu.be/hpY9E-t55q4
+
+.. image:: ../thumbnailYoutube.png

+ 1 - 0
docs/_build/html/articles/Articles.html

@@ -219,6 +219,7 @@
 </li>
 <li class="toctree-l1"><a class="reference internal" href="SeleniumGridV4WithBaangt.html"> SeleniumGridV4</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="SeleniumGridV4WithBaangt.html#ready-for-your-own-tests">Ready for your own tests</a></li>
+<li class="toctree-l2"><a class="reference internal" href="SeleniumGridV4WithBaangt.html#step-by-step-instructions-on-video">Step by step instructions on video</a></li>
 </ul>
 </li>
 </ul>

+ 34 - 4
docs/_build/html/articles/SeleniumGridV4WithBaangt.html

@@ -34,7 +34,8 @@
   <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
   <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <link rel="index" title="Index" href="../genindex.html" />
-    <link rel="search" title="Search" href="../search.html" /> 
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="prev" title="Asynchronous vs. Canon tests" href="AsynchronousAndCanonTests.html" /> 
 </head>
 
 <body class="wy-body-for-nav">
@@ -79,7 +80,7 @@
             
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
-<ul>
+<ul class="current">
 <li class="toctree-l1"><a class="reference internal" href="../Installation.html">   Installation</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../OverviewUsage.html">   Overview</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../simpleExample.html">   First Steps</a></li>
@@ -94,7 +95,21 @@
 <li class="toctree-l1"><a class="reference internal" href="../changelog.html">   Changelog</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../PlannedFeatures.html">   Planned Features</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../BrowserDrivers.html">   Browser Drivers</a></li>
-<li class="toctree-l1"><a class="reference internal" href="Articles.html">:subheader: Articles</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="Articles.html">   :subheader: Articles</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="ProductionSucks.html"> Production sucks</a></li>
+<li class="toctree-l2"><a class="reference internal" href="DataDoctor.html"> Test data rulez</a></li>
+<li class="toctree-l2"><a class="reference internal" href="BaangtIndustries.html"> Industries 4 baangt</a></li>
+<li class="toctree-l2"><a class="reference internal" href="StopTesting.html"> Stop testing!</a></li>
+<li class="toctree-l2"><a class="reference internal" href="AgileWorkflowIntegration.html"> bAanGtILE</a></li>
+<li class="toctree-l2"><a class="reference internal" href="BugSoup.html"> BugSoup</a></li>
+<li class="toctree-l2"><a class="reference internal" href="AsynchronousAndCanonTests.html"> Canons, that are not DSLR nor music</a></li>
+<li class="toctree-l2 current"><a class="current reference internal" href="#"> SeleniumGridV4</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="#ready-for-your-own-tests">Ready for your own tests</a></li>
+<li class="toctree-l3"><a class="reference internal" href="#step-by-step-instructions-on-video">Step by step instructions on video</a></li>
+</ul>
+</li>
+</ul>
+</li>
 <li class="toctree-l1"><a class="reference external" href="http://www.baangt.org">   Web</a></li>
 </ul>
 
@@ -141,6 +156,8 @@
     
       <li><a href="../index.html">Docs</a> &raquo;</li>
         
+          <li><a href="Articles.html">Not Exactly Documentation</a> &raquo;</li>
+        
       <li>Integration with Selenium Grid V4</li>
     
     
@@ -165,7 +182,7 @@
 <p><a class="reference external" href="https://baangt.org">baangt</a> has now integration with <a class="reference external" href="https://github.com/SeleniumHQ/selenium/wiki/Selenium-Grid-4">Selenium Grid V4</a>.</p>
 <p>Following the same logic as with integration of <a class="reference external" href="https://github.com/zalando/zalenium">Zalenium</a> and current
 version of <a class="reference external" href="https://www.guru99.com/introduction-to-selenium-grid.html">Selenium Grid</a> you can define your test cases
-and test data definitions in Microsoft Excel using simpleFormat, full Format or subclassed TestStepMaster.</p>
+and test data definitions in Microsoft Excel using simpleFormat, full Excel format, baangtDB or subclassed TestStepMaster.</p>
 <p>The only difference is setting the Browser to <code class="docutils literal notranslate"><span class="pre">REMOTE_V4</span></code>. Of course you’ll need to provide address and port of the
 service in <code class="docutils literal notranslate"><span class="pre">BrowserAttributes</span></code>.</p>
 <div class="section" id="ready-for-your-own-tests">
@@ -176,6 +193,12 @@ Once it’s downloaded use <code class="docutils literal notranslate"><span clas
 grant access to the Desktop inside the container.</p>
 <a class="reference external image-reference" href="https://gogs.earthsquad.global/athos/baangt-Docker-SeleniumGrid4"><img alt="../_images/vncDesktopSeleniumGridDocker.png" src="../_images/vncDesktopSeleniumGridDocker.png" /></a>
 </div>
+<div class="section" id="step-by-step-instructions-on-video">
+<h2>Step by step instructions on video<a class="headerlink" href="#step-by-step-instructions-on-video" title="Permalink to this headline">¶</a></h2>
+<p>If you prefer to see a video with details on how to run and test <code class="docutils literal notranslate"><span class="pre">baangt</span></code> with Selenium Grid, head over to our youtube
+channel: <a class="reference external" href="https://youtu.be/hpY9E-t55q4">https://youtu.be/hpY9E-t55q4</a></p>
+<img alt="../_images/thumbnailYoutube.png" src="../_images/thumbnailYoutube.png" />
+</div>
 </div>
 
 
@@ -184,6 +207,13 @@ grant access to the Desktop inside the container.</p>
           </div>
           <footer>
   
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+      
+        <a href="AsynchronousAndCanonTests.html" class="btn btn-neutral float-left" title="Asynchronous vs. Canon tests" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
 
   <hr/>
 

+ 1 - 1
docs/_build/html/docs/baangt.TestCase.html

@@ -94,7 +94,7 @@
 <li class="toctree-l1"><a class="reference internal" href="../changelog.html">   Changelog</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../PlannedFeatures.html">   Planned Features</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../BrowserDrivers.html">   Browser Drivers</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../articles/Articles.html">:subheader: Articles</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../articles/Articles.html">   :subheader: Articles</a></li>
 <li class="toctree-l1"><a class="reference external" href="http://www.baangt.org">   Web</a></li>
 </ul>
 

+ 1 - 1
docs/_build/html/docs/baangt.TestSteps.html

@@ -94,7 +94,7 @@
 <li class="toctree-l1"><a class="reference internal" href="../changelog.html">   Changelog</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../PlannedFeatures.html">   Planned Features</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../BrowserDrivers.html">   Browser Drivers</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../articles/Articles.html">:subheader: Articles</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../articles/Articles.html">   :subheader: Articles</a></li>
 <li class="toctree-l1"><a class="reference external" href="http://www.baangt.org">   Web</a></li>
 </ul>
 

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


+ 1 - 1
docs/articles/SeleniumGridV4WithBaangt.rst

@@ -5,7 +5,7 @@ Integration with Selenium Grid V4
 
 Following the same logic as with integration of `Zalenium <https://github.com/zalando/zalenium>`_ and current
 version of `Selenium Grid <https://www.guru99.com/introduction-to-selenium-grid.html>`_ you can define your test cases
-and test data definitions in Microsoft Excel using simpleFormat, full Format or subclassed TestStepMaster.
+and test data definitions in Microsoft Excel using simpleFormat, full Excel format, baangtDB or subclassed TestStepMaster.
 
 The only difference is setting the Browser to ``REMOTE_V4``. Of course you'll need to provide address and port of the
 service in ``BrowserAttributes``.