Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Is there any way to customize HTML the way we want in JBehave? As per our project requirement, we want to add more information in HTML report such as date time, browser tested etc. We noticed HTMLoutput method in JBehave. If it is possible with this method can you please provide any good example?
Even we are looking for same solution! i want to replace the property names with property values and see that step in jbehave reports.
For instance
*********************************
Scenario: bla bla bla
Given the user is logged in as user mpp.km.login.1.username with password mpp.km.login.1.password
When I click on 'Knowledge Articles' tile
And I search for a document mpp.km.search.1.document
Then I see mpp.km.search.1.document Document in Search Result
*********************************
The report is coming as it is
But instead we want to edit and replace property name with property value and expect that in jbehave reports.