Fix E2E Tests#15
Merged
pstaylor-patrick merged 3 commits intomainfrom Jan 7, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
split from #13
👋 TL;DR
Updated the redirect endpoints for both the stats and web applications to point to a new F3 Nation stats host and simplified path, removing year and location query parameters.
🔎 Details
The redirect logic in both the
statsandwebapplications has been updated to use a new centralized stats host (pax-vault.f3nation.com) with a static regional path (/stats/region/35838). Previously, the redirects pointed towww.yourfullstack.comwith dynamic query parameters foryearandlocation. The changes simplify the redirect targets and remove the dependency on generating the current year and specific location codes.Key changes:
statsHostfromwww.yourfullstack.comtopax-vault.f3nation.comstatsPathfrom/apps/f3fw/ytd.phpto/stats/region/35838currentYearandlocationquery parameters/statspath redirect (in web app) now point to the same simplified endpoint✅ How to Test
Run the updated E2E tests for both applications to verify the redirects work correctly:
npm run test:e2enpm run test:e2eManual verification of redirects:
https://pax-vault.f3nation.com/stats/region/35838without any query parameters.https://regions.f3nation.com/muletown(unchanged)./statspath of the web application. It should redirect tohttps://pax-vault.f3nation.com/stats/region/35838without any query parameters.Verify no regression:
🥜 GIF