Files
butler-sos/docs
Göran Sander b3363e1ac5 build: enhance CI/CD pipeline with improved monitoring of insider builds
- Introduced the Butler SOS log monitoring system for automated error detection and alerting.
- Added PowerShell scripts for sending emails: Send-Email-PS51.ps1 (for PowerShell 5.1) and Send-Email-Modern.ps1 (for PowerShell 7+).
- Implemented Send-ErrorAlert.ps1 for sending service error alerts using customizable HTML templates.
- Created HTML email template for Butler SOS error alerts with professional formatting.
- Documented setup, configuration, and usage instructions in README.md.
- Established GitHub Actions workflow for monitoring log files and sending alerts.
2025-09-29 10:25:19 +02:00
..
...
2022-08-05 10:43:42 +00:00

README.testing.md

This file provides guidance to Copilot about testing practices in this repository.

Unit tests

  • Verify tests work after creation new test files.
  • Do not fix linting or formatting issues in tests. These will be handled later using other tools.
  • Run tests using "npm run test".