-
Notifications
You must be signed in to change notification settings - Fork 4
621: Fix backend tests playwright silent error #663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
|
/ai |
|
/review |
|
/describe |
|
/improve |
Title621: Fix backend tests playwright silent error PR TypeEnhancement, Tests Description
Diagram Walkthroughflowchart LR
A["run-backend-tests.sh"] --> B["source run-frontend-instance.sh"]
A --> C["db_startup"]
A --> D["frontend_startup"]
D --> E["pnpm dev (js/)"]
E -- "PID saved" --> F["frontend_pid.txt"]
E -- "logs" --> G["frontend.log"]
A -- "EXIT trap" --> H["db_cleanup + frontend_cleanup"]
|
| Relevant files | |||||
|---|---|---|---|---|---|
| Enhancement |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Title621: Fix backend tests playwright silent error PR TypeEnhancement, Tests Description
Diagram Walkthroughflowchart LR
A["run-backend-tests.sh"] --> B["source run-frontend-instance.sh"]
A --> C["db_startup"]
B --> D["frontend_startup"]
D -- "pnpm dev & log" --> E["frontend.log / frontend_pid.txt"]
A -- "on EXIT" --> F["db_cleanup + frontend_cleanup"]
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
| ||
| Tests |
|
|
Commit Validation FailedThe following commits do not start with the required Notion ID Please rebase and update your commit messages. |
948c468 to
f083ca0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
bf2b510 to
d51b293
Compare
slight bug types error fixes reverting changes Fixing where frontend runs before Type fixes bug fixes react email fixes
|
/deploy |
|
The command to deploy to staging for the commit bc91764 has been triggered. View action run |
621
Description of changes
Checklist before review
Screenshots
Staging