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

Update contribution_guide.md #938

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions docs/contribution_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ way, feel free to contribute.

### Prepare environment
* run `docker-compose up firefox`, then a instance of selenium in your
[localhost:4444](http://localhost:4444/wd/hub/static/resource/hub.html) will be available
[localhost:4444](http://localhost:4444/wd/hub/static/resource/hub.html) will be available.
If "docker-compose up firefox" command fails try to replace "image: selenium/standalone-firefox-debug:3.14.0-curium" by "image: selenium/standalone-firefox-debug:latest" in docker-compose.yml file.
* open your vnc client in localhost:5900, it will ask for a password that is `secret`

### Run project
Expand All @@ -25,4 +26,4 @@ way, feel free to contribute.

### Commit standardization
Please, use our tool `utils/commit.sh` to make commits more standardized
* To apply [black](https://github.com/psf/black) style: `black .`
* To apply [black](https://github.com/psf/black) style: `black .`