Browse Source

Docs-Update for release day

bernhardbuhl 3 years ago
parent
commit
6406a63086
2 changed files with 41 additions and 10 deletions
  1. 12 10
      docs/PlannedFeatures.rst
  2. 29 0
      docs/changelog.rst

+ 12 - 10
docs/PlannedFeatures.rst

@@ -4,30 +4,32 @@ We implement all features for 3 operating Systems (Mac, Windows, Ubuntu and Ubun
 
 Short/Medium term features
 ---------------------------
-* Nicer interactive UI-Starter (2020.03)
-    * Phase 1 done 2020.02
-    * Phase 2 done 2020.04
-    * Provide live statistics (2020.05)
+* Improve template for TestCaseDefinitions
+* DataFiles and TestDataGenerator: Read remote data sources (e.g. other sheets or SQL-Databases)
+* DataFiles: Nested data structures per line item (e.g. Sales order header --> Sales order item)
+* Better support for scraping
+* ELSE-Activity and nested IF/ELSE/ENDIF-Activities
 
 Features for later
 ------------------
+* Asynchronous test case continuation after paused test case status (V2.0)
 * Double Opt-In Automation (so far no 'takers')
 * Proof of concept with PyWinAuto
 * Integration with SAP Gui Scripting via VBS and PyWinAuto
 * Improved support for Mass testing APIs
-* Katalon Importer/Converter as Webservice (2020.04)
+* Katalon Importer/Converter as Webservice
 * Integration with Atlassian Confluence (for Testcase and Testrun definitions)
 * Integration with Atlassian Confluence (to publish results of testruns)
-* Integration with MS Teams to publish results of Testruns
-* Integration with Telegram to publish results of Testruns
-* Grafana Board for baangtDB
 * Better support for oData V4.0 (similar to SOAP)
 * Support for GraphQL via Graphene
+* Multi-Language interface (I18n)
 
 PRO-Features
 ------------
-There's no time plan yet, when a pro version will be released. So far whatever we do goes into the open source version.
-Future features might include:
+So far whatever we do goes into the open source version, so there's no PRO-Version planned currently. Also baangtDB,
+the big brother of baangt (WEB-Interface using baangt's core functionality for larger corporations) is purely open source.
+
+Nevertheless we plan to provide these services:
 
 * Consulting
 * Priority support

+ 29 - 0
docs/changelog.rst

@@ -1,6 +1,35 @@
 Change log
 ==========
 
+1.1.4
+^^^^^^^
+This is the version, that was released as first publicly downloadable version.
+
+Summary:
+++++++++
+Version 1.1.5 includes additional features (collection of everything since 2020.05, including all
+0.9.x and 1.0.x features and bug fixes):
+
+* UI for TestDataGenerator introduced in 2020.05. Reachable directly from baangt UI via cool new button
+* UI: changes to look even better
+* UI: Direct status information about the current test run, including TestSteps, TestStepSequences and log-display
+  (via switch in Testrun-Details).
+* UI: Cleanup-Functionality: Clean files, folders, logs older than a number of days
+* UI: Stop-Button to stop a test run once it was started
+* Possibility to set a switch in TestRun-Details which will show log- and result-file automatically after test run was
+  finished
+* Send test results automatically
+    * via Mail (with/without result file as attachment)
+    * to Microsoft Teams channel
+    * to Telegram channel
+    * to Slack channel
+* Datafiles: RemoteRead implementation to read data randomly from another tab in the same XLSX
+* TDG (TestDataGenerator): Additional features and settings, e.g. Faker-Integration
+* Statistics dashboard showing all your testruns, iterations, OK/NOK/Paused, durations, etc.
+* Switch from default browser Firefox to automatic detection of installed browser if now browser was defined. First we
+  try to detect Firefox, then Chrome.  If none of those two are installed you'll have to download drivers yourself or
+  set the browser to Safari.
+
 2020.05
 ^^^^^^^