We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6456966 commit 8387565Copy full SHA for 8387565
1 file changed
src/test/resources/config/config.properties
@@ -31,9 +31,10 @@ EXTENT_REPORT_FOLDER=ExtentReports
31
EXPORT_VIDEO_PATH=ExportData/Videos
32
EXPORT_CAPTURE_PATH=ExportData/Images
33
# Send report to Telegram Bot --> yes or no
34
-SEND_REPORT_TO_TELEGRAM=yes
35
-TELEGRAM_TOKEN=5435554504:AAHtlc_TL8zlPEGDHuTJy3J72XumY5LxWcE
36
-TELEGRAM_CHATID=853495649
+# If yes, please input TELEGRAM_TOKEN and TELEGRAM_CHATID
+SEND_REPORT_TO_TELEGRAM=no
+TELEGRAM_TOKEN=
37
+TELEGRAM_CHATID=
38
# Zip folder report after run test --> yes or no
39
ZIP_FOLDER=no
40
ZIP_FOLDER_PATH=
0 commit comments