Web-testing:
Runs on the following website.
Runs on both chrome and firefox browsers to test browser compatibility.
Hardware Overview:
Model Name: MacBook Pro Model Identifier: MacBookPro16,3 Processor Name: Quad-Core Intel Core i5 Processor Speed: 1.4 GHz
To run the tests:
- Run the command in order to create the conda environment.
conda create -n web-testing python=3.10
- Run the command to install pip.
conda install pip
- Run the command to install the required commands.
pip install -r requirements.txt
- Run the command to install the local module to the conda environment.
pip install -e .
- Run the tests with the command.
python3 -m pytest
Pytest can be run with the -s flag in order to print output and the -k flag to run single tests at a time.


