моя контактная информация
Почтамезофия@protonmail.com
2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
питон, версия3.9.5
pytest-playwright, version==0.5.1
allure-pytest, версия2.13.5
pytest, версия6.2.5
очарование, версия2.22.0
pytest-playwright
Поддерживаются следующие параметры командной строки:
Playwright:
--browser={chromium,firefox,webkit}
Browser engine which should be used
--headed Run tests in headed mode.
--browser-channel=BROWSER_CHANNEL
Browser channel to be used.
--slowmo=SLOWMO Run tests with slow mo
--device=DEVICE Device to be emulated.
--output=OUTPUT Directory for artifacts produced by tests, defaults to test-results.
--tracing={on,off,retain-on-failure}
Whether to record a trace for each test.
--video={on,off,retain-on-failure}
Whether to record video for each test.
--screenshot={on,off,only-on-failure}
Whether to automatically capture a screenshot after each test.
--full-page-screenshot
Whether to take a full page screenshot
pytest-playwright
Эти три параметра плагина используются для скриншотов, записи экрана и отслеживания:
--tracing
Записывать ли трассировку для каждого теста.on
、off
илиretain-on-failure
(значение по умолчанию:off
)。--video
Записывать ли видео для каждого теста.on
、off
илиretain-on-failure
(значение по умолчанию:off
)。--