-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: open active spec in ide from desktop gui #14521
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
Conversation
Thanks for taking the time to open a PR!
|
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
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.
Need cy.hover() to test this. 😅 @panzarino I think we can use this plugin to test this though https://github.com/dmtrKovalenko/cypress-real-events If you're interested in trying it out.
The feature works otherwise.
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.
Yah, it looks like percy snapshots don’t play well with the realHover plugin. You win some, you lose some. 😕
@jennifer-shehane Added a |
User facing changelog
Allows users to open the active spec in their IDE
Additional details
Enables opening the active spec in ide from the desktop gui (also changes the cursor when the active spec is hovered)
I've been annoyed with this forever and I've heard some other people mention it to so I figured I'd knock it out
How has the user experience changed?
Before:
After:
Note: the hover looks very grey in this gif since its overly saturated, however since the hover styles use opacity its really more of a subtle green grey which looks better when actually running