From aec9318df73a945e2c692bf2882546dfeab9c467 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Sat, 2 Aug 2025 19:54:33 +0000 Subject: [PATCH] Update testing tools README with new email tests Added documentation for the comprehensive email tests that were created during debugging of the email notification issues. --- testing-tools/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/testing-tools/README.md b/testing-tools/README.md index c50a2f497..26824904f 100644 --- a/testing-tools/README.md +++ b/testing-tools/README.md @@ -35,7 +35,19 @@ Tests all major settings including thresholds, notifications, and encryption. npm run test:comprehensive ``` -### 5. Run All Tests +### 5. Email Final Test +Comprehensive email functionality verification. +```bash +node test-email-final.js +``` + +### 6. UI Integration Test +Tests frontend-backend integration for email. +```bash +node test-ui-integration.js +``` + +### 7. Run All Tests ```bash npm run test:all ```