Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 696 Bytes

README.md

File metadata and controls

40 lines (35 loc) · 696 Bytes

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