You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Client Unit Tests and Enhance Workflow Summary Reporting (#74)
add client-side tests and enhance GitHub Actions reporting
What's Implemented
Client-Side Tests:
- Added unit tests for core frontend logic using the testing framework (e.g., Vitest or Jest).
- Captured and stored test output to `test-output.txt` for summary extraction.
GitHub Actions Workflow Enhancements:
- Improved `Post workflow summary` step to include:
- Workflow status, commit hash, branch name, and Node version.
- Test result summary including test count and coverage.
- Build output verification and `dist/` size.
- Linting result reporting without failing the pipeline.
Goal
Establish automated frontend test execution and enhance CI visibility with test, build, and quality metrics in the GitHub Actions summary.
0 commit comments