Skip to content

AntoData/playwright_automation_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple automation framework for Playwright and Python with Pytest that includes settings management, video recording and logging management and a simple example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages