소스 검색

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" : "",