web-ext
web-ext copied to clipboard
A command line tool to help build, run, and test web extensions
### Is this a feature request or a bug? Bug The error is identical to #1607 however the cause is quite likely due to the app being installed via snap....
### Is this a feature request or a bug? bug ### What is the current behavior? Renovate is trying to [upgrade web-ext](https://gitlab.com/Marnes/webextensions/-/merge_requests/120). The build fails with what appears to be...
### Is this a feature request or a bug? In-between ### What is the current behavior? `web-ext` depends on https://github.com/mozilla/web-ext/blob/0d9f5e1835100e9365bcfe2148abe679aae831ef/package.json#L61 which depends on [[email protected]](https://github.com/trentm/node-bunyan/blob/0ff1ae29cc9e028c6c11cd6b60e3b90217b66a10/package.json#L39), that has a [security vulnerability](https://github.com/avi12/skillshare-player-control/security/dependabot/17) that...
### Is this a feature request or a bug? Both, I guess? ### What is the current behavior? - Run a web extension using `web-ext run` - Open a source...
This tool needs to be updated to support the newer addons submission api on addons.mozilla.org. It might involve deprecating this project and starting afresh. Just logging the issue so there's...
### Is this a feature request or a bug? I updated my manifest version to version 3 and I can't use `web-ext` any longer. ### What is the current behavior?...
When web-ext is installed from npm, the following deprecation warnings are being logged: ``` npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info. npm WARN deprecated...
After merging #2235 the following UsageError is never hit in tests: - https://github.com/mozilla/web-ext/blob/2c1e09cca2ab4b2a719c61054a184dcaec7d366e/src/program.js#L277-L279 - https://app.codecov.io/gh/mozilla/web-ext/compare/2235/diff The last release of yargs v17 is being more strict about command unknown based on...
### Is this a feature request or a bug? feature ### What is the current behavior? A command like this ends in an error: ``` web-ext --verbose run \ -t...
### Is this a bug or feature request? feature request ### What is the expected or desired behavior? web-ext run should be able to attach to a remote (different machine/VM/container)...