anshooarora / extentreports-csharp

Community version of Extent API for .NET has moved to https://github.com/extent-framework/
http://extentreports.com/
Other
47 stars 43 forks source link

BDD in another language in Gherkin #92

Closed rodolfo-asantos closed 6 years ago

rodolfo-asantos commented 6 years ago

Is it possible to write the BDD (given, then, and ..) terms in other languages ​​in the scenarios in this way?

scenario.CreateNode<Given>("Jeff has bought a microwave for $100").Pass("pass");
scenario.CreateNode<And>("he has a receipt").Pass("pass");
scenario.CreateNode<When>("he returns the microwave").Pass("pass");

If this is not possible, is there a prediction for ExtentReport to support this functionality?

anshooarora commented 6 years ago

This will be added to the csharp version very soon. This is already available in the Java version.

rodolfo-asantos commented 6 years ago

I am waiting anxiously for this update in C #, thanks for replying

anshooarora commented 6 years ago

This feature will be released in the professional version followed by community soon.

anshooarora commented 6 years ago

This will be part of 3.1.0 along with support for klov server.