Skip to content

Commit 71f8171

Browse files
committed
Issue #1069 - update COTRIBUTING.md to make ISSUES_REPO_URI point to webcompat/webcompat-tests/issues for functional testing
1 parent 147ea23 commit 71f8171

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,10 @@ The `firefox` binary will also need to be in your `PATH`. Here's how this can be
418418
export PATH="/Applications/Firefox.app/Contents/MacOS/:$PATH"
419419
```
420420
421+
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.
422+
423+
Change the value to : `ISSUES_REPO_URI = 'webcompat/webcompat-tests/issues'`.
424+
421425
Now start Selenium:
422426
423427
``` bash

0 commit comments

Comments
 (0)