Skip to content
View avanvaghani's full-sized avatar

Block or report avanvaghani

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
avanvaghani/README.md

Hey, I'm Avan Vaghani

QA Automation Engineer | SDET

I build test automation frameworks that catch bugs before users do.

LinkedIn GitHub

Profile Views


About Me

  • Currently working as QA Engineer at WaveDevs
  • Specializing in UI + API test automation with modern frameworks
  • Building frameworks with Playwright, Cypress & WebDriverIO
  • Exploring AI-driven testing and performance engineering
  • Based in Bhavnagar, Gujarat, India

What I'm Working On

  • Building self-healing tests powered by LLMs to cut flaky-test maintenance
  • Exploring crypto / fintech QA — wallet flows, KYT, precision testing for financial data
  • Diving into performance engineering with k6 and load-testing strategies
  • Sharpening CI/CD test orchestration — parallelization, sharding, smart retries

Tech Stack

Automation Frameworks

Playwright Cypress Selenium WebDriverIO

Languages

TypeScript JavaScript Java Python

API & Tools

Postman REST API Newman Git

CI/CD & Reporting

GitHub Actions Jenkins Allure JIRA


Featured Projects

Project Description Tech Stack
AI Self-Healing Playwright Self-healing E2E tests that auto-recover from broken locators using LLM-based element detection TypeScript Playwright AI
Playwright Automation Framework Full-scale UI + API automation framework with POM, custom fixtures, Winston logging & HTML reporting TypeScript Playwright
OTP 2FA Automation Automates TOTP-based 2FA login flows — generates OTP codes programmatically, no phone needed JavaScript Playwright Speakeasy
AI Automation Framework AI-enhanced test automation framework with intelligent element detection TypeScript Playwright
API Testing Suite Comprehensive API testing with Postman collections, environment management & Newman CLI JavaScript Postman Newman

GitHub Stats

GitHub Stats GitHub Streak
Top Languages
GitHub Trophies

Let's Connect!

I'm always open to discussing test automation, QA strategies, and new opportunities.

Reach me on LinkedIn

Pinned Loading

  1. ai-self-healing-playwright ai-self-healing-playwright Public

    AI-powered self-healing Playwright tests - auto-recovers from broken locators using LLM-based element detection

    TypeScript

  2. playwright-automation-framework playwright-automation-framework Public

    Full-scale Playwright + TypeScript automation framework — UI (OrangeHRM) + API (Petstore) testing with POM, fixtures, logging & HTML reports

    TypeScript

  3. k6-performance-testing k6-performance-testing Public

    k6 performance testing suite - smoke, load, stress, spike & soak tests with custom metrics, thresholds & CI integration

    JavaScript

  4. otp-2fa-automation otp-2fa-automation Public

    Automate 2FA/TOTP login flows with Playwright + Speakeasy — generates OTP codes programmatically, no phone needed

    JavaScript

  5. ai-automation-framework ai-automation-framework Public

    AI-enhanced test automation framework with intelligent element detection and smart test generation

    TypeScript

  6. api-testing-postman-js api-testing-postman-js Public

    Comprehensive API testing with Postman collections + Newman CLI - REST endpoints, assertions, CI-ready