Skip to content

Instantly share code, notes, and snippets.

@kodiyan
Last active August 29, 2015 13:57
Show Gist options
  • Save kodiyan/9688226 to your computer and use it in GitHub Desktop.
Save kodiyan/9688226 to your computer and use it in GitHub Desktop.
GherkintoJsonMain
public class GToJRun {
private static String featurePath = "c:\\Json\\login.feature";
private static String jasonPath = "c:\\Json\\login.json";
// Set as pretty / ugly format //
static GtoJCore testG = new GtoJCore("pretty");
public static void main(String[] args) {
testG.gherkinTojson(featurePath, jasonPath);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment