allure-framework / allure-framework/allure-python
Add pytest-playwright test-result artifacts in report
- 主要言語
- Python
- スター
- 814
- フォーク
- 260
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
調査の方向性
まず pytest-playwright の統合と、既存の Allure アーティファクト添付パスを特定します。issue では video、screenshot、full-page-screenshot オプションが挙げられていますが、ファイルやテストについては記載されていません。各有効化されたアーティファクトがテスト後にどのように公開されるかを確認し、アーティファクトが Allure レポートに表示されることを示すテストカバレッジを追加します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- playwright, python
- 領域
- testing
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100