Skip to content

shubs2144/automation

Repository files navigation

Playwright Cucumber TypeScript Framework

This is a simple example project to demonstrate how to integrate Playwright with Cucumber using TypeScript.

Features

  • Example login functionality test
  • Integration with Cucumber for BDD-style test writing
  • TypeScript support

Getting Started

  1. Install dependencies:

    npm install
  2. Run the tests:

    npm test
  3. View reports (if configured in cucumber.js).

Folder Structure

playwright-cucumber-ts-login/
├── features/
│   ├── login.feature
├── step-definitions/
│   ├── loginSteps.ts
├── playwright.config.ts
├── cucumber.js
├── package.json
├── tsconfig.json
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages