I engineer automation systems, not scripts.
My frameworks are built for:
- High signal, low noise
- CI/CD stability
- Zero-flake execution
- Fast iteration
- Clean abstractions
- Test strategy clarity
Every repository in this portfolio reflects real engineering standards, not classroom demos.
flowchart TB
A["Dustin Braun Portfolio<br/>(SDET / Automation)"]
A --> B["UI Testing<br/>WebdriverIO • Playwright • Cypress"]
A --> C["API Testing<br/>Postman • Newman • Schema Validation"]
A --> D["Performance<br/>k6 • Thresholds • CI"]
A --> E["Security<br/>OWASP ZAP • CI Baseline"]
click B "https://github.com/jptrp/saucedemo-wdio-automation" "UI Automation (WDIO)"
click C "https://github.com/jptrp/saucedemo-api-testing-postman" "API Testing (Postman)"
click D "https://github.com/jptrp/k6-zap-perfsec-automation" "Performance (k6) + Security"
| # | Project | Tech Stack | Key Capabilities | Links |
|---|---|---|---|---|
| ⭐ | ERP Test Automation Enterprise system showcase |
• MVP ERP (4 modules) • 190 TestRail test cases • Feature flags (A/B testing) • Dual CI/CD (AWS + Azure) • 90% automation |
Repo | |
| ⭐ | Video Data Quality Lab ML/AI testing framework |
• Computer vision testing • ML model validation • Video quality metrics • Automated analysis • Research-grade |
Repo | |
| 3 | WebdriverIO UI Automation Production framework |
• POM Architecture • 3 Test Suites (Smoke/Regression/E2E) • CI/CD + Allure Reports • ESLint/Prettier/Husky |
Repo • CI • Reports | |
| 4 | API Testing Contract validation |
• 11-endpoint suite • JSON schema validation • Negative testing • CI-ready |
Repo | |
| 5 | Playwright UI Modern automation |
• Cross-browser testing • Trace viewer • Deterministic selectors • Fast execution |
Repo | |
| 6 | Cypress UI Developer experience |
• Fast dev cycles • Custom commands • Strong debugging • Time-travel debugging |
Repo | |
| 7 | Performance + Security Non-functional testing |
• Load testing with thresholds • ZAP baseline scanning • Combined perf + security • CI integration |
Repo |
- UI Automation Mastery → 3 modern frameworks (WDIO, Playwright, Cypress)
- API Testing Expertise → Schema validation, contract testing, CI/CD
- Non-Functional Testing → Performance + Security (rare SDET skill)
- Framework Design → POM, utilities, clean abstractions
- CI/CD Engineering → GitHub Actions, reporting, automation pipelines
- Production Standards → ESLint, Prettier, TypeScript, comprehensive docs
Automation is an engineering discipline.
I operate by these principles:
- Stability > Speed
- Clarity > Cleverness
- Architecture > Accumulation
- Truth in CI > Beauty in IDE
- Real Coverage > Illusion of Tests
Automation isn't written to simulate production —
it's written to improve decisions and reduce risk.
Languages: TS, JS, Python
UI Automation: WDIO, Playwright, Cypress, Selenium
API Testing: Postman, Newman, Playwright API
Performance: k6
Security: OWASP ZAP
CI/CD: GitHub Actions, Docker
Architecture: POM, Fixtures, Utilities, Data Strategies
Dustin Braun
Senior SDET / QA Automation Engineer
📍 Castle Rock, CO
📧 [email protected]
🔗 https://www.linkedin.com/in/dustinbrauntesting/
🐙 https://github.com/jptrp