← all publishers

bavithiranhardy14

@bavithiranhardy14 source repo

10 published skills

  1. Playwright Visual Testing · bavithiranhardy14
    Implement visual regression testing with Playwright screenshot comparisons. Use when: catching unintended UI changes, validating design consistency, testing responsive layouts, preventing visual regressions in CI/CD.
    0 installs
  2. Playwright Codegen To Spec · bavithiranhardy14
    Convert raw Playwright codegen recordings into clean Page Object Model test specs. Use when: you have a codegen output and want to refactor it into maintainable page objects, proper fixtures, and structured test files.
    0 installs
  3. Implement Page Object Model · bavithiranhardy14
    Implement Page Object Model (POM) pattern for maintainable UI test automation. Use when: creating page objects for web UI tests, encapsulating page elements and interactions, reducing test code duplication, improving test maintainability.
    0 installs
  4. Setup Playwright Automation · bavithiranhardy14
    Initialize and configure Playwright for fast, reliable web UI and mobile testing. Use when: modern browser automation needed, testing mobile web, implementing async/parallel testing, using Playwright's advanced features.
    0 installs
  5. Implement Keyword Driven Testing · bavithiranhardy14
    Implement keyword-driven testing framework for reduced code duplication and increased test coverage. Use when: creating reusable test keywords, implementing high-level business logic, reducing test code complexity, enabling non-technical team members to write tests.
    0 installs
  6. Playwright Accessibility Testing · bavithiranhardy14
    Implement accessibility (a11y) testing with Playwright and axe-core. Use when: validating WCAG compliance, finding accessibility violations, testing keyboard navigation, ensuring screen reader compatibility.
    0 installs
  7. Playwright Reviewer · bavithiranhardy14
    Review existing Playwright test files for best practices, anti-patterns, selector quality, flakiness risks, and maintainability issues. Use when: auditing test code quality, improving selector strategy, fixing flaky tests, enforcing team standards.
    0 installs
  8. Setup Pytest Automation · bavithiranhardy14
    Initialize and configure a Pytest-based test automation framework with fixtures, plugins, and best practices. Use when: setting up Pytest for the first time, configuring Pytest fixtures, adding plugins (xdist, html, allure), organizing test structure with conftest.py.
    0 installs
  9. Playwright API Automation · bavithiranhardy14
    Implement API test automation using Playwright's built-in APIRequestContext. Use when: testing REST APIs alongside UI, sharing auth state between API and UI tests, mocking backend responses, validating API contracts.
    0 installs
  10. Playwright CI CD Pipeline · bavithiranhardy14
    Generate GitHub Actions and Azure DevOps CI/CD pipelines for Playwright test automation. Use when: setting up automated test runs in CI, scheduling test suites, publishing HTML/Allure reports, running cross-browser tests in parallel.
    0 installs