Index: docs/manual/megatest_manual.html ================================================================== --- docs/manual/megatest_manual.html +++ docs/manual/megatest_manual.html @@ -2048,10 +2048,32 @@ A x y B 1 2 # Yields x/1 y/2</pre> </div></div> +<div class="listingblock"> +<div class="title">Or use files</div> +<div class="content monospaced"> +<pre>[itemopts] +slash path/to/file/with/items +# or +space path/to/file/with/items</pre> +</div></div> +<div class="listingblock"> +<div class="title">File format for / delimited</div> +<div class="content monospaced"> +<pre>key1/key2/key3 +val1/val2/val2 +...</pre> +</div></div> +<div class="listingblock"> +<div class="title">File format for space delimited</div> +<div class="content monospaced"> +<pre>key1 key2 key3 +val1 val2 val2 +...</pre> +</div></div> </div> <div class="sect2"> <h3 id="_requirements_section">Requirements section</h3> <div class="listingblock"> <div class="title">Header</div> @@ -2805,31 +2827,10 @@ <img src="server.png" alt="server.png"> </div> </div> </div> </div> -<div class="sect1"> -<h2 id="_3rd_party_integrations"> Third Party plugins</h2> -<div class="sectionbody"> -<div class="paragraph"><p>Megatest can be intigrated with following tools</p></div> -<div class="sect2"> -<h3 id="_team_city">Team City</h3> -<p>TBD</p> -<h3 id="_jenkins_junit_xml">Jenkins - JUnit Realtime Test Reporter</h3> -<div class="listingblock"> - -<div class="content monospaced"> -<pre>[runs] -junit-test-reporter-xml yes -junit-test-report-dir /path/to/store/xml/file -</pre> -</div> -</div> -</div> -</div> -</div> -</div> <div class="sect1"> <h2 id="_road_map">Road Map</h2> <div class="sectionbody"> <div class="paragraph"><p>Note 1: This road-map continues to evolve and subject to change without notice.</p></div> <div class="sect2"> @@ -3190,10 +3191,10 @@ </div> <div id="footnotes"><hr></div> <div id="footer"> <div id="footer-text"> Version 1.0<br> -Last updated 2020-02-24 08:51:51 PST +Last updated 2020-07-22 14:21:46 PDT </div> </div> </body> </html> Index: docs/manual/reference.txt ================================================================== --- docs/manual/reference.txt +++ docs/manual/reference.txt @@ -317,10 +317,31 @@ B 1 2 # Yields x/1 y/2 ------------------ +.Or use files +------------------ +[itemopts] +slash path/to/file/with/items +# or +space path/to/file/with/items +------------------ + +.File format for / delimited +------------------ +key1/key2/key3 +val1/val2/val2 +... +------------------ + +.File format for space delimited +------------------ +key1 key2 key3 +val1 val2 val2 +... +------------------ Requirements section ~~~~~~~~~~~~~~~~~~~~ .Header