GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 9 forks source link

✨ Add link checker #11374

Open petertgiles opened 2 months ago

petertgiles commented 2 months ago

✨ Feature

Our site has many links. Some link internally to other SPA pages. Some link to our files on Azure static hosting. Some link to external canada.ca pages. Let's add a tool for making sure these links stay connected.

🕵️ Details

🙋‍♀️ Proposed Implementation

There are a couple of different approaches we could investigate:

  1. Some simple curl commands that run in a script in a serverless environment and check that the URLs are returning 200s.
  2. Availability tests in Azure: https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability
  3. External site crawler tools

✅ Acceptance Criteria

🛑 Blockers

### Blocked By
petertgiles commented 1 month ago

There are some file downloading tests in apps/playwright/tests/static-pages.spec.ts that should probably be removed when this is implemented.