文件名称:playwright-pytest:Pytest插件可使用Playwright编写端到端浏览器测试
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-03 09:41:27
testing-tools pytest-plugin playwright Python
适用于Playwright的Pytest插件 使用和为您的Web应用编写端到端测试。 支持所有现代浏览器,包括Chromium,WebKit和Firefox。 支持无头和有头的执行。 提供浏览器原语以测试功能的内置固定装置。 用法 pip install pytest-playwright 使用page装置编写基本测试。 查看。 def test_example_is_working ( page ): page . goto ( "https://example.com" ) assert page . inner_text ( 'h1' ) == 'Example Domain' page . click ( "text=More information" ) 要运行测试,请使用pytest CLI。 # Run tests (Chromium
【文件预览】:
playwright-pytest-main
----pytest_playwright()
--------pytest_playwright.py(6KB)
--------__init__.py(0B)
----.github()
--------workflows()
----SECURITY.md(3KB)
----tests()
--------conftest.py(1KB)
--------assets()
--------test_playwright.py(8KB)
----LICENSE(11KB)
----CONTRIBUTING.md(933B)
----setup.cfg(392B)
----local-requirements.txt(152B)
----setup.py(1KB)
----.gitignore(2KB)
----CODE_OF_CONDUCT.md(444B)
----README.md(6KB)
----.pre-commit-config.yaml(587B)