-
Notifications
You must be signed in to change notification settings - Fork 4.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
tests: Add Integration with starter-projects Endpoint and Vector Store Test #3599
Conversation
…jects data 📝 (constants.ts): Add STARTER_PROJECTS constant to define the endpoint for starter projects API 📝 (use-get-starter-projects.ts): Create useGetStarterProjectsQuery hook to fetch starter projects data 📝 (index.tsx): Add AppWrapperPage test for drag and drop functionality with starter projects data 📝 (starter-projects.spec.ts): Add end-to-end test for drag and drop functionality with starter projects data
…riptive and specific about the test scenario
…up code and improve readability
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 28 Aug 24 15:02 UTC |
… up code and improve readability
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…e Test (langflow-ai#3599) * ✨ (App.tsx): Add useGetStarterProjectsQuery hook to fetch starter projects data 📝 (constants.ts): Add STARTER_PROJECTS constant to define the endpoint for starter projects API 📝 (use-get-starter-projects.ts): Create useGetStarterProjectsQuery hook to fetch starter projects data 📝 (index.tsx): Add AppWrapperPage test for drag and drop functionality with starter projects data 📝 (starter-projects.spec.ts): Add end-to-end test for drag and drop functionality with starter projects data * ✨ (starter-projects.spec.ts): update test description to be more descriptive and specific about the test scenario * ♻️ (App.tsx): remove unused useGetStarterProjectsQuery hook to clean up code and improve readability * 🔧 (App.tsx): remove unused import useGetStarterProjectsQuery to clean up code and improve readability
This pull request introduces the following changes:
New Integration with starter-projects Endpoint:
Added a new integration with the starter-projects endpoint, enabling the retrieval of project data to enhance functionality and streamline project setup.
Test for Vector Store:
Implemented a test for the Vector Store that utilizes data obtained from the starter-projects endpoint. This ensures the correct behavior and performance of the Vector Store when interacting with the new endpoint.