From 1c048484808b63ad01160b51d666daf061e64ac4 Mon Sep 17 00:00:00 2001 From: John L Date: Wed, 6 Apr 2022 10:51:52 +0100 Subject: [PATCH] added log_path --- nightwatch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightwatch.json b/nightwatch.json index 072e6c52..5b33631b 100644 --- a/nightwatch.json +++ b/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"