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.
This commit is contained in:
Pulse Monitor
2025-08-02 19:54:33 +00:00
parent 9e6801210d
commit aec9318df7
+13 -1
View File
@@ -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
```