Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 710 Bytes

File metadata and controls

41 lines (27 loc) · 710 Bytes

Playwright Test Automation Framework

Summary

This project provides a framework to develop automated test cases using Playwright.

We use the public website below to illustrate how to use this framework:

https://www.globalsqa.com/angularJs-protractor/BankingProject/#/login

The framework demonstrates:

  • Browser automation using Playwright
  • Test execution with Pytest

Setup

Developed using Python 3.14

1. Install Python dependencies

pip install -r requirements.txt

2. Install Playwright

playwright install

3. Install Project (from project root)

pip install -e .

4. Execute Tests (from project root)

pytest ./tests