Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1069 - update CONTRIBUTING.md to make ISSUES_REPO_URI point to … #1076

Merged
merged 1 commit into from
May 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,10 @@ The `firefox` binary will also need to be in your `PATH`. Here's how this can be
export PATH="/Applications/Firefox.app/Contents/MacOS/:$PATH"
```

If you are a member of webcompat organisation in GitHub, edit `config/secrets.py`. The value of `ISSUES_REPO_URI` is the path of the repository containing test issues.

Change the value to : `ISSUES_REPO_URI = 'webcompat/webcompat-tests/issues'`.

Now start Selenium:

``` bash
Expand Down