allure-java
allure-java copied to clipboard
Support test instance params from superclasses
Context
TestInstanceParameter annotation can be used to add parameters from test instance, but superclasses are not supported currently. So parameters from superclass marked with this annotation are not displayed in the Parameters section in reports and tests are marked as "Retries"
Checklist
- [x] Sign Allure CLA
- [ ] Provide unit tests