Skip to content

Proof-of-concept automation project utilizing Playwright and TypeScript to explore web testing capabilities.

Notifications You must be signed in to change notification settings

mdziegielewska/Automation-Playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Automation Tests for ParaBank

Project Overview

This repository contains Playwright (TypeScript) automation tests created as part of a learning exercise on the ParaBank website (https://parabank.parasoft.com/).

Getting Started

  1. Clone the repository: git clone https://github.com/mdziegielewska/Automation-Playwright.git

  2. Install dependencies npm install ci

  3. Run tests npx playwright test

Technologies Used

  • Playwright
  • TypeScript

Test Coverages

  • 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

Future work

  • Session cookies preservation to eliminate the need to log in every time before testing account services
  • Extend test coverage with new scenarios
  • More optimalization

About

Proof-of-concept automation project utilizing Playwright and TypeScript to explore web testing capabilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published