You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/firefox/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
# Tests for HTTPS Everywhere
2
2
3
-
## Prerequisites
4
-
* Latest release of the Firefox Add-On SDK as a submodule:
5
-
git submodule update
6
-
7
3
# Running
8
4
bash test.sh
9
5
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.
0 commit comments