This repo is a simple POC to demo Playwright with Typescript and Cucumber
- Run
npm ito install all - Feature file is present inside feature folder
- TestScripts are present inside scripts folder
- CoreScripts are present inside framework folder
npm run testto execute the Scenariosnpm run recordto record and generate scripts
Added PlayWright-Fluent : https://github.com/hdorgeval/playwright-fluent/blob/HEAD/docs/playwright-fluent.api.md
Happy Scripting!!!