FanCode SDET Assignment Prerequisites Python 3.x installed Install dependencies using: pip3 install -r requirements.txt Running the Project and Tests To run the project: python3 src/main.py To run the tests python3 -m unittest discover tests