Xray-App / xray-junit-extensions

Enhanced JUnit 5 integration with Xray Test Management for Jira
Eclipse Public License 2.0
16 stars 8 forks source link

Introduce Step annotation to get individual step information from automated tests #40

Open AnjiB opened 10 months ago

AnjiB commented 10 months ago

Background:

Currently Allure framework supports to read individual step information through @Step annotation. This is really a great feature to know what is happening in each step which includes logs, attachments etc.

Feature to be implemented:

If a team wants to migrate from open source allure to Xray, it loses this important feature. We currently did a Test Management POC in our organisation and Step data is one of MustHaves and we said No GO to Xray just coz of this.

Note: Xray already supports Step information through XRay Json Schema but only for Manual tests, at least extend that to Automation tests (Test Type: Generic).

bitcoder commented 10 months ago

Hi @AnjiB , thanks for the feedback and sorry that your team had to . I'm aware of current limitations; in the future we'll probably need to generate a Xray JSON based report as we can have more control over it.