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

### Is this a feature request or a bug? Bug ### Problem Ultimately what I want is to programatically test a WebExtension i'm writing with something like `jest`. Since sideloading...

### Is this a feature request or a bug? feature request ### What is the current behavior? ``` nathan@guixlaptop ~/Documents/projects/DSTM/DSTM $ web-ext run --firefox-profile=/home/nathan/Documents/projects/DSTM/web-ext-profile --keep-profile-changes Running web extension from /home/nathan/Documents/projects/DSTM/DSTM...

priority: enhancement
contrib: welcome

It might be nice to do this: ``` web-ext run --lint ``` This would check an extension for [lint](https://github.com/mozilla/web-ext/issues/204), run the extension in Firefox, watch for source changes, lint again...

priority: enhancement
needs: docs
state: pull request ready
in progress

Feature request: it would be great if `web-ext run` would have a `--debugging-enabled` flag so I don't have to go to about:debugging and click on `debug` for my add-on on...

priority: enhancement

### Is this a feature request or a bug? This is a feature request. ### What is the current behavior? Currently when we run web-ext sign command there is a...

contrib: good first bug
contrib: mentor assigned

### Is this a feature request or a bug? Feature ### What is the current behavior? I'm using WSL to develop. I want to use a Windows `firefox.exe`. It only...

priority: enhancement
contrib: mentor assigned
contrib: welcome

### Is this a feature request or a bug? Bug ### What is the current behavior? Running an extension in Chrome with `--start-url "chrome://extensions"` (or `"about:extensions"`) fails to open the...

contrib: good first bug
contrib: mentor assigned
contrib: assigned

Hi, I find that processing the extension's logs would be of great value for CI and (headless) tests, aside being a great time saver for quickly figuring very immediately whenever...

type: feature

I thought I saw an issue discussing the possibility of a Safari target but apparently "safari" is [almost never mentioned in this repo](https://github.com/mozilla/web-ext/issues?q=safari). I'm looking for a solution to develop...

priority: enhancement
type: feature