Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QA Automation - Playwright (Python) + pytest (API)

Ready-to-use starter repository for UI and API automation with Python.

Features

  • Playwright (Python) for UI tests
  • pytest + requests for API tests
  • GitHub Actions workflow for CI
  • Docker support for reproducible runs
  • Examples: auth, data-driven, visual-diff

Quick start

  1. Create and activate a virtual environment:
    python -m venv .venv
    source .venv/bin/activate
  2. Install dependencies:
    pip install -r requirements.txt
  3. Install Playwright browsers:
    playwright install
  4. Run tests:
    pytest -q

About

QA automations

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages