allure-framework / allure-framework/allure-python
Use 3rd listeners interface version for allure_robotframework listener
- 主要言語
- Python
- スター
- 814
- フォーク
- 260
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
#### I'm submitting a ...
- [ ] feature request
#### What is the current behavior?
allure-robotframework==2.13.2 uses ROBOT_LISTENER_API_VERSION = 2 version that doesn't allow to modify test on the fly
#### What is the expected behavior?
Use ROBOT_LISTENER_API_VERSION = 3 to make extending the listener usage more powerfull.
#### What is the motivation / use case for changing the behavior?
In my case I would like to enrich the test message with opened issue link and others additions.
#### Please tell us about your environment:
allure-python-commons 2.13.2
allure-robotframework 2.13.2
コントリビューションガイド
調査の方向性
まず、allure_robotframework の listener エントリポイントと、その ROBOT_LISTENER_API_VERSION 宣言を見つけます。Robot Framework listener API v3 の要件を確認し、テストメッセージに issue リンクなどの追加情報を付加できるよう、listener がバージョン 3 を使用していることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- testing
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100