Browse Source

Disable nightwatch reports.

Bentley James Oakes 7 years ago
parent
commit
e400e35786
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nightwatch.conf.js

+ 1 - 1
nightwatch.conf.js

@@ -10,7 +10,7 @@ const chromedriver = require("chromedriver");
 
 module.exports = {
   "src_folders" : ["tests"],
-  "output_folder" : "reports",
+  "output_folder" : false,
   "custom_commands_path" : "",
   "custom_assertions_path" : "",
   "page_objects_path" : "",