This project adds test coverage for the Wizard Bank Manager functionality.
- 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
npm i
npx playwright install
npx playwright test --ui
npx playwright test --debug
npx playwright test
npx playwright show-report