Skip to content

mate-academy/qa_pw_wizard_bank_pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright: Wizard Bank test project

This project implements test coverage for the Wizard Bank functionality.

Test coverage

  • Customer:
    • Account Operations
    • Logout
    • Transactions
  • Manager:
    • Bank manager login
    • Adding new customer
    • Adding new account for the customer
    • Deleting a customer
    • Searching a customer

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