Update tests/test_alerta.ps1

This commit is contained in:
2025-11-03 16:58:23 -06:00
parent 848a7dd6fd
commit 9b953af528

5
tests/test_alerta.ps1 Normal file
View File

@@ -0,0 +1,5 @@
# Script: test_alerta.ps1
# Objetivo: Mostrar una alerta nativa de Windows.
Add-Type -AssemblyName PresentationFramework
[System.Windows.MessageBox]::Show('El lanzador safecloud-run funciona correctamente.', 'Prueba de Gitea Exitosa', 'OK', 'Information')