Skip to content

Instantly share code, notes, and snippets.

@thoughtful-solutions
Created April 1, 2022 09:26
Show Gist options
  • Save thoughtful-solutions/0add75f58643913e2635f372a55ffac4 to your computer and use it in GitHub Desktop.
Save thoughtful-solutions/0add75f58643913e2635f372a55ffac4 to your computer and use it in GitHub Desktop.
Gherkin-Recorder

Gherkin Recorder

One problem with starting people working with Gherkin is getting them to interact with web pages quickly and record the syntax for those interactions

gherkin-scenario-builder provides a way to introduce people to the gherkin syntax and the associated output.

Install Chromium

scoop install chromium

And then configure the developer extentions

Click the Chrome menu icon and select Extensions from the Tools menu. 
Ensure that the "Developer mode" checkbox in the top right-hand corner is checked. 

Download the extension

git clone https://github.com/mpetrovich/gherkin-scenario-builder.git

Then load the gherkin-scenario-builder subdirectory contents into the browser

@TriHydera
Copy link

This sounds like a cool thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment