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).
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.
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).