E2E test suite for DemoBlaze.com with step-labeled video recordings. Each test displays visible step annotations on screen during execution for self-documenting video evidence.
| Test | Steps | Result | Video Size |
|---|---|---|---|
| Browse and purchase a laptop | 10 | PASS | 1.06 MB |
| Verify all product categories load | 4 | PASS | 0.59 MB |
| Verify contact form opens | 4 | PASS | 0.72 MB |
3/3 tests passing with annotated video recordings.
Each test injects a visible step overlay on screen during execution. This makes every video self-documenting - anyone watching can follow the test steps without reading code.
- Purchase Flow - Browse laptops, view details, add to cart, fill payment, confirm order
- Category Navigation - Phones, Laptops, Monitors all load with products
- Contact Form - Modal opens, fields fillable, closes correctly
git clone https://github.com/Djones-qa/demoblaze-e2e-evidence.git
cd demoblaze-e2e-evidence
npm install
npx playwright install chromium
npx playwright testDarrius Jones
- GitHub: @Djones-qa
- LinkedIn: darrius-jones-28226b350
MIT - 2026 Darrius Jones
See LICENSE for details.