aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-17 13:32:42 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-17 13:32:42 +0100
commit753fd58a5778b634dcc9849d3ecb3fb5feb62154 (patch)
treefb885e3131fe0b2847c6801ca14237be01e32ea0
parentbf3b0ca136c7d6c97b1efc9c70d0f502d707df18 (diff)
downloadbrowser-extension-753fd58a5778b634dcc9849d3ecb3fb5feb62154.tar.gz
browser-extension-753fd58a5778b634dcc9849d3ecb3fb5feb62154.zip
make README table proper Markdown
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ba3034..c122dd3 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ make all # will generate both ./mozilla-build.zip and ./chromium-build.zip
Running tests requires you to pass some additional information to `configure`. Relevant options are:
| **option name** | **explanation** |
-|------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `BROWSER_BINARY` | Path to the browser's binary executable. Under many scenarios the browser executable in `PATH` is a shell wrapper around the actual binary. Selenium will refuse to work with that and instead requires the binary to be passed (e.g. `/usr/lib/abrowser/abrowser` instead of `/usr/bin/abrowser` |
| `CLEAN_PROFILE` | Path to a directory with browser profile that is *"clean"*, i.e. has all extensions disabled. This is to mitigate the fact that some browsers pick up globally-installed extensions when creating a new profile for testing and these could interfere with our automated tests. This option can currently be skipped because all tests written so far run the browser in safe mode. |
| `DRIVER` | Selenium driver command (e.g. `geckodriver`). |