extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Adding variables to annotations #80

Open skhandekar1 opened 2 years ago

skhandekar1 commented 2 years ago

In our automation tests, we are using firmware devices. The device serial numbers are passed through and input properties file and change for each user of the automation framework, depending on what devices they own. My problem is that I want the device numbers to be displayed in the extent reports. I am unable to do this as the annotations do not accept variables. Is there any way to achieve this?