-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: AttemptResult object #26569
fix: AttemptResult object #26569
Conversation
* Changed duartion to wallClockDuration * Changed startedAt to wallClockStartedAt * Added failedFromHookId * Added timings * TODO: Should Timings object be created? * TODO: Should documentation be updated?
Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen. |
Hello, I will keep on working on this issue I have just been busy with work and school. I am picking it up again soon. |
@Ioanna2001 Thank you very much for your interest in solving this problem. I'm currently having the same problem that you solve with this PR, I'm looking forward to it being merged. Thanks again for your contribution. |
* Added Timings interface that was missing from AttemptResult
32 flaky tests on run #48201 ↗︎
Details:
create-from-component.cy.ts • 1 flaky test • app-e2e
specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e
cypress-in-cypress-component.cy.ts • 1 flaky test • app-e2e
cypress-origin-communicator.cy.ts • 1 flaky test • app-e2e
commands/net_stubbing.cy.ts • 1 flaky test • 5x-driver-electron
The first 5 flaky specs are shown, see all 21 specs in Cypress Cloud. This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
@Ioanna2001 I made a few updates based on a quick look at the code; seems like the I'll track down another approver and get this merged assuming everything on CI comes back green |
interface AttemptResult { | ||
state: string | ||
error: TestError | null | ||
startedAt: dateTimeISO | ||
duration: ms | ||
wallClockStartedAt: dateTimeISO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These seem correct.
@Ioanna2001 Thanks for the contribution, sorry it took us a while to get it merged in. This will be included in our next release |
@mike-plummer Thank you for the help and the update, I'm really glad I was able to help. Looking forward for the release! |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
Steps to test
currentTestResult
PR tasks
Questions for reviewers