pytest-playwright


Namepytest-playwright JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/microsoft/playwright-pytest
SummaryA pytest wrapper with fixtures for Playwright to automate web browsers
upload_time2024-05-06 22:49:59
maintainerNone
docs_urlNone
authorMicrosoft
requires_python>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pytest plugin for Playwright [![PyPI](https://img.shields.io/pypi/v/pytest-playwright)](https://pypi.org/project/pytest-playwright/)

Write end-to-end tests for your web apps with [Playwright](https://github.com/microsoft/playwright-python) and [pytest](https://docs.pytest.org/en/stable/).

- Support for **all modern browsers** including Chromium, WebKit and Firefox.
- Support for **headless and headed** execution.
- **Built-in fixtures** that provide browser primitives to test functions.

## Documentation

See on [playwright.dev](https://playwright.dev/python/docs/test-runners) for examples and more detailed information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/microsoft/playwright-pytest",
    "name": "pytest-playwright",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/48/d9/09dacf71ea7f7e791dfb7e981935ae834930d3fbeccbc202667ce01fa372/pytest-playwright-0.5.0.tar.gz",
    "platform": null,
    "description": "# Pytest plugin for Playwright [![PyPI](https://img.shields.io/pypi/v/pytest-playwright)](https://pypi.org/project/pytest-playwright/)\n\nWrite end-to-end tests for your web apps with [Playwright](https://github.com/microsoft/playwright-python) and [pytest](https://docs.pytest.org/en/stable/).\n\n- Support for **all modern browsers** including Chromium, WebKit and Firefox.\n- Support for **headless and headed** execution.\n- **Built-in fixtures** that provide browser primitives to test functions.\n\n## Documentation\n\nSee on [playwright.dev](https://playwright.dev/python/docs/test-runners) for examples and more detailed information.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A pytest wrapper with fixtures for Playwright to automate web browsers",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/microsoft/playwright-pytest"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca272dd504765e76d05ad612eac8bf4f5fe1149542ee69abb0497ebb2c8e27a5",
                "md5": "5402d2370ae780861f8ec1f9d5f53735",
                "sha256": "b382c870384419c025d66aea14518bab71fb9e79917d4808692cde70d8c5216a"
            },
            "downloads": -1,
            "filename": "pytest_playwright-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5402d2370ae780861f8ec1f9d5f53735",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12013,
            "upload_time": "2024-05-06T22:50:01",
            "upload_time_iso_8601": "2024-05-06T22:50:01.656517Z",
            "url": "https://files.pythonhosted.org/packages/ca/27/2dd504765e76d05ad612eac8bf4f5fe1149542ee69abb0497ebb2c8e27a5/pytest_playwright-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48d909dacf71ea7f7e791dfb7e981935ae834930d3fbeccbc202667ce01fa372",
                "md5": "ff0f9d5d2fdf704e0cb5979d13bdf370",
                "sha256": "f9f5ae8ade2f773e6e2cd85ec6bfff2ab287f7943108b3956fe5971324151622"
            },
            "downloads": -1,
            "filename": "pytest-playwright-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ff0f9d5d2fdf704e0cb5979d13bdf370",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22484,
            "upload_time": "2024-05-06T22:49:59",
            "upload_time_iso_8601": "2024-05-06T22:49:59.775461Z",
            "url": "https://files.pythonhosted.org/packages/48/d9/09dacf71ea7f7e791dfb7e981935ae834930d3fbeccbc202667ce01fa372/pytest-playwright-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 22:49:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "playwright-pytest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-playwright"
}
        
Elapsed time: 0.31437s