Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

BDD in another language in Gherkin #92

Closed
rodolfo-asantos opened this issue Nov 1, 2017 · 4 comments
Closed

BDD in another language in Gherkin #92

rodolfo-asantos opened this issue Nov 1, 2017 · 4 comments

Comments

@rodolfo-asantos
Copy link

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
Copy link
Owner

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

@rodolfo-asantos
Copy link
Author

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

@anshooarora
Copy link
Owner

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

anshooarora added a commit that referenced this issue Nov 17, 2017
@anshooarora
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants