From b750d9e9a9b8a807c9e4816da46f0c2f1c4d931b Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 13 Oct 2017 21:14:10 -0300 Subject: [PATCH] Output path --- nightwatch-local.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightwatch-local.conf.js b/nightwatch-local.conf.js index 6c9fb1172..3f6711dab 100644 --- a/nightwatch-local.conf.js +++ b/nightwatch-local.conf.js @@ -32,7 +32,7 @@ module.exports = { 'enabled': true, 'on_failure': true, 'on_error': true, - 'path': './test/e2e/reports' + 'path': './test/e2e/tests_output' }, }, 'integration': {