mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Use selenium to drive gecko test
This commit is contained in:
parent
1c26f44cbb
commit
6110017569
5 changed files with 165 additions and 84 deletions
|
@ -64,9 +64,10 @@ If you want to test the data submission code in `submit_to_perfherder.py` withou
|
|||
## For Gecko
|
||||
|
||||
* Install Firefox Nightly in your PATH
|
||||
* Install [jpm](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm#Installation)
|
||||
* Run `jpm xpi` in the `firefox/addon` folder
|
||||
* Install the generated `xpi` file to your Firefox Nightly
|
||||
* Download [geckodrive](https://github.com/mozilla/geckodriver/releases) and add it to the `PATH`
|
||||
* `pip install selenium`
|
||||
* Run `python gecko_driver.py` to test
|
||||
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue