Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AnjiB opened this issue Jan 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@AnjiB
Copy link

AnjiB commented Jan 11, 2024

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
Copy link
Collaborator

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.

@bitcoder bitcoder added the enhancement New feature or request label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants