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
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
[ ] Each Step in the Allure Report should provide a link to the current page
[x] The link should be clickable
[x] It should be possible to toggle this feature in our configuration
[x] The URL should be added to the report if it changes (e.g. after a click, an open or any other site/URL changing action)
Documentation Requirements
[ ] Document this feature and the according property to disable it.
Test Requirements
[x] Smoke Test the feature with all supported formats in an external test suite (e.g. neodymium example)
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
Each Step in the Allure Report should provide a link to the current pageDocumentation Requirements
Test Requirements