You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Is it possible to write the BDD (given, then, and ..) terms in other languages in the scenarios in this way?
If this is not possible, is there a prediction for ExtentReport to support this functionality?
The text was updated successfully, but these errors were encountered: