https://github.com/tranphuquy19/selenium-py-tuts
https://github.com/tranphuquy19/selenium-py-tuts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tranphuquy19/selenium-py-tuts
- Owner: tranphuquy19
- Created: 2021-01-25T07:32:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T07:43:18.000Z (over 4 years ago)
- Last Synced: 2025-01-13T02:13:53.116Z (4 months ago)
- Language: Python
- Size: 5.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Install guide
### Install `pipenv`
`pip3 install pipenv`
### Install all dependencies
`pipenv install`
### Run tests
`pipenv run python -m pytest --html=report.html`