Skip to content

Commit b10dcd8

Browse files
committed
Update Firefox test README.md
1 parent 158b4df commit b10dcd8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

test/firefox/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Tests for HTTPS Everywhere
22

3-
## Prerequisites
4-
* Latest release of the Firefox Add-On SDK as a submodule:
5-
git submodule update
6-
73
# Running
84
bash test.sh
95

10-
To add tests, put them in `./https-everywhere-tests/tests`.
6+
# Requirements
7+
8+
- Python 2.7
9+
- Selenium
10+
- Install Selenium as a python package using ```pip install selenium```, or run install-dev-dependencies.sh and it will do the job
11+
- GeckoDriver
12+
- Manually download GeckoDriver from https://github.com/mozilla/geckodriver/releases. Extract the executable to /usr/bin/, so that the pasted executable's full path becomes /usr/bin/geckodriver.
1113

1214
# Manual tests
1315

0 commit comments

Comments
 (0)