Public practice repository for Selenium WebDriver automation with JavaScript, assertions and public-safe browser examples.
This repo is part of my QA portfolio and focuses on browser automation fundamentals, readable test flow, locator discipline and public-safe QA examples.
- Selenium WebDriver
- JavaScript automation practice
- Browser interaction
- Assertions and expected behavior
- Defect-oriented thinking
- Locator strategy
- Clean dependency management
Full public showcase: https://github.com/wisePaulo/qa-automation-showcase
Live site: https://wisepaulo.github.io/qa-automation-showcase/
- Keep test steps readable.
- Make selectors stable and intentional.
- Document expected versus actual behavior.
- Attach evidence when a failure matters.
- Keep public repositories free from private company data.
npm install
npm testThe examples use public demo pages only. They avoid employer URLs, credentials, internal screenshots and private data.