Skip to content

testerncoder/e2e-automation-playwright-typescript-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Automation with Playwright.

πŸ“ Table of Contents

🧐 Prerequisite

🏁 Framework Setup

yarn install

πŸ₯‰ Code Quality Setup (Eslint + Prettier)

  • This framework is using Airbnb Eslint rules to ensure javascript code standards.
  • Javascript code is written in ES6.
  • This framework is configured with prettier to ensure the code indentation is consistent across.
yarn run lint

πŸ‘¨β€πŸ’» Useful Commands (To Run The Test Suite)

  • To run the test with tag @dev
yarn run cucumber:dev
  • To run the test with tag @smoke
yarn run cucumber:smoke
  • To run the test with tag @regression
yarn run cucumber:regression

About

E2E Automation Using Playwright + Typescript + Cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published