Browse Source

Append results of Testrun to existing file(s) + Updated examples

bernhardbuhl 3 years ago
parent
commit
0985aec52e
2 changed files with 12 additions and 1 deletions
  1. 7 1
      baangt/ui/pyqt/globalSetting.json
  2. 5 0
      docs/ParametersConfigFile.rst

+ 7 - 1
baangt/ui/pyqt/globalSetting.json

@@ -176,7 +176,7 @@
             "hint": "Name of telegram channel where you want to send the report. If multiple channels then seperate them from comma.\nE.g. = channel_1, channel_2",
             "type": "text",
             "default": "",
-            "displayText": "Telgram Channel(s)"
+            "displayText": "Telegram Channel(s)"
         },
         "DeactivateStatistics": {
             "hint": "We send statistics to our server containing only type of run to know where we should focus & improve more.\nWe don't send any personal data. You can see the data sent to server in logs(debug) for further reference.\nTrue for deactivating it.",
@@ -191,6 +191,12 @@
             "default": "",
             "options": ["", "Debug", "Info", "Warning", "Error"],
             "displayText": "LogLevel"
+        },
+        "AR2BXLS": {
+            "hint": "Append output of this test run to one or more Base-Excel sheets, e.g. for statistics or input for other\ntest runs. <Fname>,<sheet>;<Fname2>,<sheet>",
+            "type": "text",
+            "default": "",
+            "displayText": "AppRes2BaseXLS"
         }
     }
 }

+ 5 - 0
docs/ParametersConfigFile.rst

@@ -74,4 +74,9 @@ for instance to slowly retest a single testrecord or to not close the browser af
      - Set the LogLevel to a different value. In baangt standard the file-logger is set to ``debug`` while the console
        output is set to ``info``. Using this setting you'll set both logger channels to whatever value you provide.
        In the new UI you'll see a dropdown menu.
+   * - ``Append Excel``
+     - When you use this parameter, you can append the corresponding columns of the output sheet to existing Excel-Sheet(s).
+       We will compare column header names and append records (lines) to all Excel-Workbooks/Sheets, that you want.
+       This feature is very handy when you create test data, that you want to use later in other and/or multiple test cases.
+       e.g. if you create customer master data, that you want to use for multiple orders/deliveries.