Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Reporting: Add current Link to each Step in Allure Report #261

Open wurzelkuchen opened 2 months ago

wurzelkuchen commented 2 months ago

Quick Description

To quickly jump into reproducing a test case, it would be good to have the current link available at each step.

User Story

As a report reviewer, I want to quickly click a link that brings me to the page the test saw when it broke so that I don't have to work manually to redundant steps while reproducing errors.

Functional Requirements

Documentation Requirements

Test Requirements

georgkunze commented 1 month ago

As discussed Functional Requirement was changed to not provide links for every step but for every action that changes the URL of the site.

wurzelkuchen commented 1 month ago

Thanks, I adapted the original ticket to reflect the new requirements.