-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[IATR](M0) Fetch run data with failed tests from Cloud #24440
Comments
Hey team! Please add your planning poker estimate with Zenhub @rockindahizzy @lmiller1990 @ZachJW34 @marktnoonan @amehta265 @astone123 |
I'm adding a bit of buffer to my vote. The way we currently test GraphQL calls is a bit messy, confusing and doesn't give me much confidence. I'd like to see some thought put into how we can effectively test and develop around the App <> Cloud seam. I also think testing for reviewers is going to be somewhat time consuming, so that's also included in my vote. |
Blocked while waiting on completion of the related Cloud issues. |
Use the new GraphQL queries from the Cloud to fetch the data to populate the new "Failures" page
Description
The failures page will show test failures from the "most relevant" run to the current local environment. This will be determined by sending the last 100 git commit hashes to request related
CloudRun
information with the cloud GraphQL fieldrelatedRunsForGitCommits
developed here and then requesting the failed specs for the most recent run with the GraphQL fieldtestFailuresByRunId
developed here.Out of scope
RunStatusDots
on the SpecsList page. The implementation of those changes will be in a future milestone for IATR.Technical Requirements
CloudViewerAndProject
.CloudViewAndProject
component for use in the Failures page for this milestone. (A future milestone will expand the use case to store the 4 most relevant runs. See "Out of scope" above.)Cloud Epic: https://cypress-io.atlassian.net/browse/CYCLOUD-665
The text was updated successfully, but these errors were encountered: