An open API service indexing awesome lists of open source software.

https://github.com/tranphuquy19/selenium-py-tuts


https://github.com/tranphuquy19/selenium-py-tuts

Last synced: 2 months ago
JSON representation

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`