qa-automation-portfolio/ ├── .github/ │ └── workflows/ │ └── qa-pipeline.yml # Full CI/CD: lint → E2E → report → notify │ ├── pages/ # Page Object Model │ ├── BasePage.js # Abstract base: safe click, ...