Vineet Kumar

contactkrvineet@gmail.com

Playwright + BDD Test Automation Framework Playwright \• BDD

This is a comprehensive test automation framework that combines Playwright with Behavior‑Driven Development (BDD) using Cucumber, providing end‑to‑end testing with multiple reporting capabilities.

  • Cross‑Browser Testing: Chromium, Firefox, WebKit
  • Auto‑wait, parallel execution, time‑travel debugging
  • BDD with Cucumber: Gherkin readable scenarios and tag‑based runs
  • Multiple reporting options and CI/CD ready
Example Gherkin
Feature: User Login

  @smoke
  Scenario: Successful login
    Given I navigate to "https://example.com"
    When I enter username "user@test.com"
    And I enter password "password123"
    And I click login button
    Then I should see the dashboard