Fix issues #117 #118 #119 #120 - Implement Testing Infrastructure - #390
Merged
Mikey-222 merged 1 commit intoAug 26, 2026
Merged
Conversation
…-Phone#119 Hel-Phone#120 - Issue Hel-Phone#120: Created GitHub Actions CI pipeline (.github/workflows/ci.yml) Runs tests, linting, coverage, and build on every PR and push to main/develop - Issue Hel-Phone#119: Configured test coverage reporting in vite.config.js Added coverage thresholds (70%) and coverage script to package.json Coverage reports in text, json, html, and lcov formats - Issue Hel-Phone#117: Set up Express API endpoint tests (test/server-api.test.js) Added comprehensive tests for rate limiter, error handler, preferences API, and feedback API Added supertest as dev dependency for HTTP assertion testing - Issue Hel-Phone#118: Implemented snapshot tests for UI components (test/snapshots.test.jsx) Created snapshot tests for Help and Ranking pages as templates Added test:update-snapshots script to package.json Includes TODO guidance for future shared component snapshot tests
|
@circleboyslimited 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! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements a comprehensive testing infrastructure for the HelPhone project, addressing four testing-related issues.
Issues Fixed
#120: Set Up GitHub Actions CI Pipeline
#119: Configure Test Coverage Reporting
#117: Set Up Express API Endpoint Tests
#118: Implement Jest Snapshot Tests for Shared UI Components
Testing
Dependencies Added
Closes #117
Closes #118
Closes #119
Closes #120