Ver código fonte

added log_path

John L 3 anos atrás
pai
commit
1c04848480
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      nightwatch.json

+ 1 - 1
nightwatch.json

@@ -10,7 +10,7 @@
         "start_process": true,
         "server_path": "./node_modules/.bin/chromedriver",
         "port": 9515,
-        "log_path": false
+        "log_path": "tests/browser/output"
       },
       "desiredCapabilities": {
         "browserName": "chrome"