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