stumason.dev
TypeScript
Pull Request Opened
PR #34 opened: feat: add sitemap smoke test for CI
Summary
- Add Pest test that validates all sitemap URLs return 200
- Fix phantom routes in sitemap (
/about,/stats/repositorieswere 404) - Fix user profile URLs to use correct
/@usernameformat - Test uses
--group=smokefor potential opt-in execution
Test plan
- Run smoke test locally:
php artisan test tests/Feature/SitemapSmokeTest.php - Verify CI tests pass
- After merge, verify sitemap still works on production
+1752
additions
-7
deletions
10
files changed