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 ### 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...
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...
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...
### 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...
### 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...
### 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...
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...
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...