Welcome to unio_tools repo, the objective of this project is to provide a collection / suite of tools useful for our daily activities in the team, with a main focus in automating processes with Python and Selenium that can help us speed the overall team efficiency, feel free to propose ideas/tips/improvements trough github's feature "Issues" (for order sake), trough pull requests or in our daily meetings
- Clone this repo:
git clone https://github.com/Kolozuz/ automClientAffiliation_test
- Install the libraries from the requirements.txt file:
pip install -r requirements.txt
Warning
This in an experimental project, a sort of first step into automatization with python, and it is not meant to be something too big, the whole purpouse of this is to get some experience that will allow us to put our knowledge in practice and explore better alternatives (scalability, performance, practicality etc.)