瀏覽代碼

Disable nightwatch reports.

Bentley James Oakes 7 年之前
父節點
當前提交
e400e35786
共有 1 個文件被更改,包括 1 次插入1 次删除
  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" : "",