web-ext icon indicating copy to clipboard operation
web-ext copied to clipboard

A command line tool to help build, run, and test web extensions

Results 238 web-ext issues
Sort by recently updated
recently updated
newest added

https://github.com/mozilla/addons-scanner-utils/issues/115 reported that the latest `web-ext` version started to transitively depended on `express`. To prevent this from happening again, we need automation to verify that there are no unexpected dependencies....

### Is this a feature request or a bug? Bug. ### What is the current behavior? Ctrl+C no longer terminates Firefox. ### What is the expected or desired behavior? Ctrl+C...

### Is this a feature request or a bug? Bug ### What is the current behavior? Running on Nightly (`org.mozilla.fenix`) on Android preserves extension state inbetween runs. ### What is...

### Is this a feature request or a bug? bug ### What is the current behavior? `web-ext build -i "!(manifest).json"` This includes all json files. ### What is the expected...

needs: docs

In `web-ext` we support config files to override the CLI parameters. The location of the config files (and whether to use them at all) can be configured via the CLI...

Use case: "As a WebExtension developer, I'd like to unit test my extension without launching a real web browser. I'd like to use a mock library to make assertions about...

priority: enhancement

When I type in the terminal after exiting from `web-ext run`, the input is not displayed. When I press enter, the typed command is executed. This is a bug that...

needs: docs

### Is this a bug or feature request? bug ### What is the current behavior? Run this: ```` WEB_EXT_IGNORE_FILES="icons README.md" web-ext --verbose build ```` ### What is the expected or...

type: bug

### Is this a feature request or a bug? feature request ### What is the current behavior? If you [programmatically](https://github.com/mozilla/web-ext/#using-web-ext-in-nodejs-code) call `sign()` you will see confusing errors when you forget...

priority: enhancement
type: feature
contrib: welcome