Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 430 Bytes

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