Riddy21 / Riddy21/Friday_Budgeting_Pro
Playwright automated functional test suite — CI integration
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Wire the new Playwright pytest suite into CI so it runs on every PR.
Test file: tests/ui_functional/test_ui_functional.py
Conftest override: tests/ui_functional/conftest.py
Current state (2026-05-31)
- 62 tests, all passing
- Covers all 5 protected pages × 3 viewports
- Tests all interactive buttons and form actions without Plaid credentials
- Screenshots saved to
tests/ui_functional/screenshots/
Tasks
- Add
playwright install chromiumstep to CI workflow (GitHub Actions) - Add
pip install playwrightto CI requirements - Wire into the existing CI job:
pytest tests/ui_functional/ -v - Upload
tests/ui_functional/screenshots/as CI artifact on failure - Add a
@pytest.mark.playwrightmarker and a-m playwrightrunbook to TESTING.md - Extend test suite: add tests for inline rename (ledger, account, line item)
- Extend test suite: add tests for add-item-input (Enter key flow)
- Extend test suite: add tests for account description save (PATCH)
Acceptance criteria
- CI runs Playwright tests on every PR against
main - Failed tests produce screenshot artifacts for debugging
- Test runtime < 90s
Part of epic #299.
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 with tests/ui_functional/test_ui_functional.py and tests/ui_functional/conftest.py, then inspect the existing GitHub Actions workflow and CI requirements. Check TESTING.md for the runbook structure. Done means the Playwright suite runs on every PR, failed runs upload tests/ui_functional/screenshots/, the marker and runbook are documented, and the listed coverage extensions are included within 90 seconds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, playwright, python
- Domain
- ci-cd, documentation, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100