allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Add pytest-playwright test-result artifacts in report

Open ndaniloff opened this issue 2 years ago • 0 comments

Pytest with Playwright has some arguments for add test artifacts: --video Whether to record video for each test. on, off, or retain-on-failure (default: off). --screenshot Whether to automatically capture a screenshot after each test. on, off, or only-on-failure (default: off). --full-page-screenshot Whether to take a full page screenshot on failure. By default, only the viewport is captured. Requires --screenshot to be enabled (default: off).

But this artifacts not attached to allure report, please add this opportunity

ndaniloff avatar Aug 11 '23 15:08 ndaniloff