This repository contains Playwright (TypeScript) automation tests created as part of a learning exercise on the ParaBank website (https://parabank.parasoft.com/).
-
Clone the repository:
git clone https://github.com/mdziegielewska/Automation-Playwright.git
-
Install dependencies
npm install ci
-
Run tests
npx playwright test
- Playwright
- TypeScript
- Main page
- Menu
- Navigation buttons
- Services
- Latest news
- Footer
- Registration
- Log in
- Forgotten password
- Log out
- Customer care
- Account services
- Open new account
- Account ovierview
- Transfer funds
- Bill pay
- Update contact info
- Request loan
- Find transaction
- Session cookies preservation to eliminate the need to log in every time before testing account services
- Extend test coverage with new scenarios
- More optimalization