Tidy Gherkin
Keep your Gherkin feature files consistent in layout, take the pain out of table formatting and cucumber step generation
As of June 2026, Tidy Gherkin has 10,000 users and a 4.29/5 rating from 59 reviews in the Developer Tools category.
Usersno change0%
10.0K
10,000
Ratingno change0%
4.29
59 reviews
Reviewsno change0%
59
Version
0.4.6
Manifest V2
History
1 snapshotsTracking since May 2, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| May 2, 2026 | 10.0K | 4.29 | 59 | 0.4.6 |
| Now | 10.0K | 4.29 | 59 | 0.4.6 |
Permissions & access
- Permissions
- syncFileSystemstorage
- Host access
- None declared
Screenshots
About
Allows users to:
> Get started on a feature file quickly with a template.
> Create feature files with a consistent layout.
> Preview and quickly apply formatting changes to scenarios.
> See tips on correct syntax and see syntax highlighting as they type.
> Easily create scenario outline tables with automatic column formatting.
> Save/Open/Create feature files directly from Tidy Gherkin.
> Generate Cucumber for Java/Ruby/Javascript step definitions from your Gherkin feature file
-----------------------------
New in this version:
+ New feature: New feature: Support for auto-generation of Javascript step definitions.
Feedback appreciated as always.
-----------------------------
Just start typing your gherkin or paste in what you have already. As you type you can preview the tidied output below and either click 'Tidy' or hit Ctrl+Enter to tidy what you have so far.
Don't spend time trying to align all the pipes in your Scenario Outline table - just generate a table using the tool, roughly populate it with values and hit 'Tidy' to get that perfect alignment. If adding another row, just click the 'Insert Row After' button.
If you would like to generate some cucumber for Java step definitions, hit the 'JAVA STEPS' tab, or, for Ruby step definitions, hit the 'RUBY STEPS' tab.
As an example, the following Gherkin:
Given I have a new <customerType> customer
Would generate the Java:
@Given("^I have a new (.+) customer$")
public void i_have_a_new_customer(String customertype) throws Throwable {
throw new PendingException();
}
And the following Ruby:
Given /^I have a new (.+) customer$/ do |customertype|
# do something
end
The generator will look for:
Parameters (for use with Example tables) such as <customerType>
Strings such as "customerA"
Lists of strings such as "customer1,customer2"
In each case the appropriate regular expression and annotation will be constructed for the generated Java method.
Further examples:
When customer "customerA" logs in
Generates:
@When("^customer \"([^\"]*)\" logs in$")
public void customer_something_logs_in(String strArg1) throws Throwable {
throw new PendingException();
}
Or for Ruby:
When /^customer \"([^\"]*)\" logs in$/ do |customera|
# do something
end
And:
Then the customer sees "transaction1,transaction2" in their history
Generates:
@Then("^the customer sees \"([^\"]*)\" in their history$")
public void the_customer_sees_something_in_their_history(List<String> list1) throws Throwable {
throw new PendingException();
}
Or for Ruby:
Then /^the customer sees \"([^\"]*)\" in their history$/ do |transaction1transaction2|
# do something
endTechnical
- Version
- 0.4.6
- Manifest
- V2
- Size
- 304KiB
- Min Chrome
- 31
- Languages
- 1
- Featured
- No
Metadata
- ID
- nobemmencanophcnicjhfhnjiimegjeo
- Developer ID
- u2e9e64b4660d66011642f694d3ca67a7
- Developer Email
- —
- Created
- Nov 18, 2014
- Last Updated (Store)
- Mar 8, 2019
- Last Scraped
- Jun 1, 2026
- Website
- —
- Support URL
- https://twitter.com/testanalyst
- Privacy Policy
- —
Similar extensions
Alternatives to Tidy Gherkin, ranked by description similarity.
Gherkin BDD Runner
Gherkin editor with Karate-style HTTP execution
49
★ 3.0
GitHub Gherkin Table Formatter
Formats Gherkin feature file tables on GitHub for better readability
1
Kiokombra - A Notion to Gherkin converter
Kiokombra is a clean and efficient Chrome extension that instantly converts your Notion pages into beautifully formatted Gherkin…
24
★ 5.0
TestChimp - AI Co-Pilot for QA teams
Create SmartTests from manual test steps, Find, report and fix bugs directly from the browser and more...
170
★ 5.0
GPT Code Assistant
GPT Code Assistant - ChatGPT powered extension for developers
157
Network Request Crawler
Monitor and search network requests on websites with automation capabilities
3
Caret-T
Fork of Caret Editor that has full Tern integration (Intellisense for Javascript)
7.0K
★ 3.7
Caret
Professional text editing for Chrome and Chrome OS
300.0K
★ 4.6
Data sourced from the Chrome Web Store · last verified Jun 1, 2026.