mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
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:
+13
-1
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user