- Web Automation Project using Selenium and Pytest
- Project inteded to test api requests
- Python v3.9
- PyTest v7.2.0
- Requests v2.28
- Install Poetry as Virtual Env
- create a virtual env with Poetry:
poetry init
- access the newly created virtual env:
poetry shell
- create a virtual env with Poetry:
- Install PyTest:
poetry add pytest
- Install Requests:
poetry add requests
- Run the tests:
/pytest_with_crypto/tests/pytest test_api.py
- ToDo: add new tests
- MIT
- Get in touch with Sambiase
- E-mail: marsamb@gmail.com