Skip to content

Commit 8387565

Browse files
committed
Update version 1.8.1
1 parent 6456966 commit 8387565

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/test/resources/config/config.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ EXTENT_REPORT_FOLDER=ExtentReports
3131
EXPORT_VIDEO_PATH=ExportData/Videos
3232
EXPORT_CAPTURE_PATH=ExportData/Images
3333
# Send report to Telegram Bot --> yes or no
34-
SEND_REPORT_TO_TELEGRAM=yes
35-
TELEGRAM_TOKEN=5435554504:AAHtlc_TL8zlPEGDHuTJy3J72XumY5LxWcE
36-
TELEGRAM_CHATID=853495649
34+
# If yes, please input TELEGRAM_TOKEN and TELEGRAM_CHATID
35+
SEND_REPORT_TO_TELEGRAM=no
36+
TELEGRAM_TOKEN=
37+
TELEGRAM_CHATID=
3738
# Zip folder report after run test --> yes or no
3839
ZIP_FOLDER=no
3940
ZIP_FOLDER_PATH=

0 commit comments

Comments
 (0)