Skip to content

mate-academy/qa_pw_wizard_bank_pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright: Wizard Bank POM

This project adds test coverage for the Wizard Bank Manager functionality.

Test coverage

  • Bank manager login
  • Adding new customer
  • Adding new account for the customer
  • Deleting a customer
  • Searching a customer information
  • Returning to the Home page
  • Customer's work with multiple transactions

How to run the tests

Install project

npm i
npx playwright install

Run tests in UI mode

npx playwright test --ui

Run tests in Debug mode

npx playwright test --debug

Run tests in headless mode

npx playwright test

Generate report for headless run

npx playwright show-report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published