Framework Mode - Checking identity (is, is not)
Folder Structure
tests/ ├── test_identity.py # Tests for identity checks ├── conftest.py # Shared fixtures and setup utilities/ ├── helpers.py # Helper functions config/ ├── config.yaml # Environment and test settings reports/ ├── latest_report.html # Generated test reports