Skip to content

[Backend] — E2E Tests Incomplete - #739

Merged
Devsol-01 merged 3 commits into
Devsol-01:mainfrom
Johnpii1:main
Apr 29, 2026
Merged

[Backend] — E2E Tests Incomplete#739
Devsol-01 merged 3 commits into
Devsol-01:mainfrom
Johnpii1:main

Conversation

@Johnpii1

Copy link
Copy Markdown
Contributor

close #682

Description
Added an e2e CI job to .github/workflows/backend-ci-cd.yml that runs after build, provisions postgres:16 and redis:7 service containers, and executes cd backend && pnpm run test:e2e with required env vars (DATABASE_URL, REDIS_URL, JWT_SECRET).
Added backend/docs/E2E_TEST_PLAN.md documenting the critical E2E paths, test environment requirements, and an 80% coverage target for critical scenarios.
Added reusable test factories at backend/test/factories/e2e.factory.ts providing deterministic payload generators for auth, wallet linking, savings subscriptions, withdrawals, governance proposals, and votes.

Testing
No automated unit or e2e test suites were executed as part of this PR; the change scaffolds test artifacts and a CI job so E2E suites can be run and gated by CI in follow-up work.

@vercel

vercel Bot commented Apr 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nestera Ready Ready Preview, Comment Apr 29, 2026 1:50pm

@drips-wave

drips-wave Bot commented Apr 29, 2026

Copy link
Copy Markdown

@Johnpii1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Devsol-01

Copy link
Copy Markdown
Owner

good job... but please can you quickly fix ci/cd pipeline

@Johnpii1

Copy link
Copy Markdown
Contributor Author

okay

Updated CI/CD workflow to streamline backend processes and added E2E testing with PostgreSQL and Redis services.
@Johnpii1

Copy link
Copy Markdown
Contributor Author

it has pasted merge boss

@Devsol-01
Devsol-01 merged commit d5d164d into Devsol-01:main Apr 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] — E2E Tests Incomplete

2 participants