Skip to content

Team-Rockstars-IT/PlayWright-Cucumber-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayWright-Cucumber-Demo

This repository has Playwright with Cucumber and typescript combination test framework. This is a simple Playwright test, to demonstrate the simplicity of Playwright.

On downloading the code. To install all of the required dependencies, run command:

NPM $ npm install

YARN $ yarn install

Inorder to run the tests, use command:

NPM $ npm run cucumber

YARN $ yarn run cucumber