proper testing before browser extension releases #16135
Closed
tessus
started this conversation in
Password Manager
Replies: 1 comment 1 reply
-
Thank you for your contribution! GitHub Discussions is specifically for proposing code that you would like to write for the Bitwarden codebase. Since this post does not appear to include a proposal, it will be closed. If you believe this was done in error or have any questions, please feel free to reach out to us!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
🚫 Product Feedback
Code Contribution Proposal
I was wondering, if the dev team could use proper testing before releasing the browser extensions.
Currently I am too afraid to automatically update the extension.
2025.7.0
rendered the browser unusable.2025.7.1
improved the situation slightly, but it's still not as snappy and resource-conscious as2025.6.x
.Dumb side question: why is the faulty commit not reverted until a proper fix is found and implemented?
2025.8.0
has reports that auto-fill does not work anymore. Hmm, this is the most basic functionality of the extension, yet the dev team didn't catch this?I am not trying to bash the devs, although they certainly deserve some scolding. There are testing tools available, like Playwright. Wouldn't it be possible to add such tests to verify that at least the most basic things work?
Beta Was this translation helpful? Give feedback.
All reactions