updated docs v5

This commit is contained in:
Sebastian Hildebrandt
2021-01-25 19:03:20 +01:00
parent c142bc9645
commit dae9b9348c
6 changed files with 150 additions and 36 deletions
+5 -5
View File
@@ -59,7 +59,7 @@
<p>Now you can start the test with</p>
<pre><code class="js">npm run test</code></pre>
<p>You get a nice menu where you now can run function by function and see if you get meaningfull results (if supported on yur platform) or errors. Sample output:</p>
<pre><code class="js">SYSTEMINFORMATION - Test Scripts - Version: 5.X
<pre><code class="js">SYSTEMINFORMATION - Test Scripts - Version: 5.x.y
═══════════════════════════════════════════════════════════
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
@@ -78,9 +78,9 @@
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘</code></pre>
<p><span class="bold">Press q</span> to exit the test suite</p>
<p>Here a sample output for the e.g. <span class="bold">c ... CPU</span></p>
<pre><code class="js">┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
CPU v: 5.x.y
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
<pre><code class="js">┌────────────────────────────────────────────────┐
CPU v: 5.x.y
└────────────────────────────────────────────────┘
{
manufacturer: 'Intel®',
brand: 'Core™ i7-8569U',
@@ -155,4 +155,4 @@
</script>
</body>
</html>
</html>