Browse Source

2020.5.3rc5

bernhardbuhl 4 years ago
parent
commit
b2722a95b3
2 changed files with 1 additions and 12 deletions
  1. 0 11
      examples/globals_20200501_001022.json
  2. 1 1
      setup.py

+ 0 - 11
examples/globals_20200501_001022.json

@@ -1,11 +0,0 @@
-{
-    "TC.Lines": "",
-    "TC.dontCloseBrowser": "",
-    "TC.slowExecution": "",
-    "TC.NetworkInfo": "",
-    "TX.DEBUG": "True",
-    "RootPath": "/home/aguryev/freelancer/baangt/examples",
-    "Screenshots": "/home/aguryev/freelancer/baangt/examples/Screenshots",
-    "1TestResults": "/home/aguryev/freelancer/baangt/examples/1testoutput",
-    "0TestInput": "/home/aguryev/freelancer/baangt/examples/0testdateninput"
-}

+ 1 - 1
setup.py

@@ -6,7 +6,7 @@ if __name__ == '__main__':
 
     setuptools.setup(
         name="baangt",
-        version="2020.5.2rc5",
+        version="2020.5.3rc5",
         author="Bernhard Buhl",
         author_email="info@baangt.org",
         description="Open source Test Automation Suite for MacOS, Windows, Linux",