-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
test: add FE tests for new starter project templates #6772
Merged
Merged
Conversation
This file contains 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
…rch Translation Loop functionality in the frontend to ensure proper functionality and behavior.
…nder feature 📝 (Price Deal Finder.spec.ts): Document test cases and setup for Price Deal Finder feature ♻️ (Research Translation Loop.spec.ts): Refactor test setup and add missing test case for Research Translation Loop feature
ogabrielluiz
approved these changes
Feb 24, 2025
CodSpeed Performance ReportMerging #6772 will improve performances by 41.47%Comparing Summary
Benchmarks breakdown
|
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.
This pull request includes the addition of multiple integration tests for various project components. Each test is designed to verify the functionality of specific features by simulating user interactions and checking the expected outcomes. The most important changes include the addition of tests for the Financial Report Parser, Gmail Agent, Graph Rag, Meeting Summary, and News Aggregator.
Integration tests added:
src/frontend/tests/core/integrations/Financial Report Parser.spec.ts
: Added a test for the Financial Report Parser that checks if the page can load and process a financial report correctly.src/frontend/tests/core/integrations/Gmail Agent.spec.ts
: Added a test for the Gmail Agent that verifies the ability to send an email using the agent.src/frontend/tests/core/integrations/Graph Rag.spec.ts
: Added a test for the Graph Rag that ensures the page can build and run a graph query successfully.src/frontend/tests/core/integrations/Meeting Summary.spec.ts
: Added a test for the Meeting Summary that checks the ability to upload an audio file and generate a summary.src/frontend/tests/core/integrations/News Aggregator.spec.ts
: Added a test for the News Aggregator that verifies the functionality of aggregating news articles based on a query.