-
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 OS notification settings on Windows #26786
Comments
Hey team! Please add your planning poker estimate with Zenhub @dkasper-was-taken @jordanpowell88 @lmiller1990 @marktnoonan @mike-plummer @warrensplayer |
This is a 3 - spend 2-3 days max, note what you learned - if we can't solve this, we will do the initial M1 without windows support and continue exploring in Q3. |
With our recent resource reallocation, I am de-prioritizing this. We will polish linux/macos for the M1. If we get time, we can do it, but we do not have time to do it in the June 6-20 sprint. |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
There is an issue on Windows where when a user clicks the action to turn off notifications for Cypress, the Cypress app does not appear in the Windows notification settings.
This means that users cannot re-enable notifications for the Cypress app once they have been disabled at the OS level by clicking on the option above, because Cypress doesn't appear as an application that has notification settings.
I suspect that this has to do with the way that Cypress is installed. Most applications have a Windows installer that sets up shortcuts for the applications, but Cypress doesn't do this because it is launched from the command line.
There are also some issues with the notification's display that I suspect are related
electron.app.Cypress
which is not ourappId
(it iscom.electron.cypress
)It's my understanding that if the app is configured correctly, Windows will show the app name as "Cypress", and will automatically show the shortcut icon on the notification without us having to specify it.
Acceptance Criteria:
Related reading:
The text was updated successfully, but these errors were encountered: