Browse Source

Remove unwanted paths

bernhardbuhl 4 years ago
parent
commit
5ed02a8edd
3 changed files with 4 additions and 7 deletions
  1. 1 1
      examples/globals.json
  2. 1 1
      examples/globals2parallel.json
  3. 2 5
      examples/globals_grid4.json

+ 1 - 1
examples/globals.json

@@ -3,5 +3,5 @@
     "TC.Lines": "",
     "TC.dontCloseBrowser": "True",
     "TC.slowExecution": "True",
-    "TC.NetworkInfo": "True"
+    "TC.NetworkInfo": ""
 }

+ 1 - 1
examples/globals2parallel.json

@@ -4,5 +4,5 @@
     "TC.dontCloseBrowser": "True",
     "TC.slowExecution": "True",
     "TC.ParallelRuns": "2",
-    "TC.NetworkInfo": "True"
+    "TC.NetworkInfo": ""
 }

+ 2 - 5
examples/globals_grid4.json

@@ -1,12 +1,9 @@
 {
     "exportFilesBasePath": "",
     "TC.Lines": "",
-    "RootPath": "/home/aaa/baangt",
-    "ScreenshotPath": "/home/aaa/baangt/Screenshots",
-    "ExportPath": "/home/aaa/baangt/1testoutput",
-    "ImportPath": "/home/aaa/baangt/0testdateninput",
     "TC.dontCloseBrowser": "",
     "TC.slowExecution": "",
     "TC.BrowserAttributes": "{'browserName': 'firefox', 'seleniumGridIp': 'localhost', 'seleniumGridPort': '4444'}",
-    "TC.Browser": "REMOTE_V4"
+    "TC.Browser": "REMOTE_V4",
+    "TC.ExportFormat": "CSV"
 }