Przeglądaj źródła

Disable nightwatch reports.

Bentley James Oakes 7 lat temu
rodzic
commit
e400e35786
1 zmienionych plików z 1 dodań i 1 usunięć
  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" : "",