This project implements test coverage for the Wizard Bank functionality.
- Customer:
- Account Operations
- Logout
- Transactions
- Manager:
- Bank manager login
- Adding new customer
- Adding new account for the customer
- Deleting a customer
- Searching a customer
npm i
npx playwright install
npx playwright test --ui
npx playwright test --debug
npx playwright test
npx playwright show-report