Skip to content

az-ien/PW_python_vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Python VSCode

Playwright testing framework implementation using Python with VS Code configuration.

Overview

Python-based Playwright testing setup optimized for VS Code development environment.

Project Structure

  • tests/ - Test cases directory
  • pytest.ini - Pytest configuration
  • requirements.txt - Python dependencies
  • .github/ - GitHub Actions workflows
  • .gitignore - Git ignore patterns

Technology Stack

  • Python
  • Playwright (browser automation)
  • Pytest (testing framework)

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run tests:

    pytest

Configuration

Tests are configured via pytest.ini with Playwright settings.


Last updated: March 31, 2026

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages