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

Parameter in scenario outline not getting displayed #79

Open cen-MichaelH opened 3 years ago

cen-MichaelH commented 3 years ago

Scenario Outline:Verify <loginUsr> user has no access to ...... Examples: | loginUsr | | admin | | client |

Expected result:

Verify admin user has no access to ...... ........ Verify client user has no access to ...... ..........

Actual result:

Verify user has no access to ...... ..... Verify user has no access to ...... ............

image