extent-framework/extentreports-java

BDD - Add support for asterisk "*" for all dialects

anshooarora opened this issue · 3 comments

Issue details: email2vimalraj/CucumberExtentReporter#58 (comment), attached below:

An asterisk can be used instead of Given, Then, When, And, But; to specify a step where the keyword is irrelevant. If i understand the above mentioned json file correctly that is also what is intended here with the asteriskses in every dialect, for example:
"en-pirate": {
"and": [
"* ",
"Aye "
],
"but": [
"* ",
"Avast! "
]
The asteriks does not necessarily have to convert into anything (if i understand your question right). It would be ok if it gets passed and parsed to the report as an asterisk. But indeed, it won't point to valid model in the report at the moment

Support for asterisk is now available in 4.0.1-SNAPSHOT.