selenium-python-pytest-automation-framework/ ├── pages/ │ └── login_page.py ├── tests/ │ ├── test_ui.py │ └── test_api.py ├── utils/ │ ├── driver_factory.py │ └── csv_utils.py ├── config ...
Emergency Response System is a desktop application designed to demonstrate the basic workflow of an emergency response platform. The application allows an operator to select an emergency service, ...