diff --git a/E2E/README.md b/E2E/README.md index e729b06f33..19f171c815 100644 --- a/E2E/README.md +++ b/E2E/README.md @@ -91,8 +91,7 @@ E2E/ │ ├── Home/ # Homepage tests │ ├── IncomingRequestIngest/ │ ├── ProbeIngest/ -│ ├── StatusPage/ # Status page tests -│ └── TelemetryIngest/ +│ └── StatusPage/ # Status page tests ├── Config.ts # Environment configuration ├── playwright.config.ts # Playwright configuration └── package.json diff --git a/Tests/Scripts/status-check.sh b/Tests/Scripts/status-check.sh index a1cff205ee..ce1dc9a5d1 100644 --- a/Tests/Scripts/status-check.sh +++ b/Tests/Scripts/status-check.sh @@ -25,14 +25,14 @@ bash $scriptDir/endpoint-status.sh "App (Ready Check)" $HOST_TO_CHECK/status/rea bash $scriptDir/endpoint-status.sh "Dashboard" $HOST_TO_CHECK/dashboard +bash $scriptDir/endpoint-status.sh "Admin Dashboard" $HOST_TO_CHECK/admin/env.js + +bash $scriptDir/endpoint-status.sh "Public Dashboard" $HOST_TO_CHECK/public-dashboard + bash $scriptDir/endpoint-status.sh "Accounts" $HOST_TO_CHECK/accounts bash $scriptDir/endpoint-status.sh "Status Page" $HOST_TO_CHECK/status-page -bash $scriptDir/endpoint-status.sh "Telemetry (Status Check)" $HOST_TO_CHECK/telemetry/status - -bash $scriptDir/endpoint-status.sh "Telemetry (Ready Check)" $HOST_TO_CHECK/telemetry/status/ready - echo "🚀 OneUptime is up! 🚀" echo "" echo "🎉🎉🎉 Done! 🎉🎉🎉" @@ -41,4 +41,4 @@ echo "We would like to hear your feedback to make this product better for you an echo " - If you notice a bug, we will fix it for you." echo " - If you need a feature, we will add that to the roadmap and let you know the estimated time to ship." echo "- If you are an enterprise customer, we offer dedicated engineering support to build oneuptime features you need to integrate OneUptime for your organization. Please contact us at sales@oneuptime.com" -echo "We would love to hear your feedback. Email: hello@oneuptime.com" \ No newline at end of file +echo "We would love to hear your feedback. Email: hello@oneuptime.com"