FuelLabs / FuelLabs/fuel-explorer
[BRIDGE] Add tests with prod version
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 93
- Forks
- 81
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 44
Description
Add production tests for release branch. One idea of implementation is:
- use vercel webhook after deploy
- create new action to run tests using a new
baseUrl(the released one) - run the same e2e tests we already have but with prod url
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing end-to-end tests and the release branch workflow. Check how Vercel exposes deployment webhooks and how GitHub Actions can receive the released base URL, then determine how to run the same tests against production. Done means a release triggers the production E2E suite with the deployed URL and reports its result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, devops, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100