playwright-pytest
E2E tester
A plugin to integrate Playwright with Pytest for end-to-end browser testing
Pytest plugin to write end-to-end browser tests with Playwright.
447 stars
20 watching
70 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
playwrightpytest-plugintesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,401 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,443 |
playwright-community/eslint-plugin-playwright | An ESLint plugin that provides rules and configurations specifically designed for Playwright testing in TypeScript projects. | 285 |
playwright-community/jest-playwright | A tool for running end-to-end tests using Jest and Playwright. | 531 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 489 |
teodesian/playwright-perl | Perl bindings for a cross-browser testing framework | 22 |
carsongee/pytest-pylint | A pytest plugin that integrates pylint with the testing framework. | 75 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 127 |
anapaulagomes/pytest-picked | A plugin for pytest that runs tests from modified test files only, allowing developers to automate testing of specific changes before committing them. | 369 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
vitalets/playwright-magic-steps | Automates adding comments and steps to tests in JavaScript tests using AI-generated text | 35 |
the-compiler/pytest-vw | Automatically makes failing test cases succeed in CI environments to avoid code deployment issues | 134 |
marcusfelling/demo.playwright | Demonstrates various testing scenarios with Playwright using TypeScript and GitHub Actions | 261 |
kensho-technologies/pytest-annotate | Generates PyAnnotate annotations from pytest tests | 109 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |