Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 256 Bytes

File metadata and controls

12 lines (10 loc) · 256 Bytes

playwright-python-test-framework

Repository to track playwright tests

Requirements:

  • Python
  • PIP

Installation Process

  1. pip install --upgrade pip
  2. pip install playwright
  3. pip install pytest-playwright
  4. playwright install (to install browsers)