Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Update related-tools.md #1044

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions content/docs/tools/related-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,14 @@ People have written tools on top of Cucumber. These are the known third-party to
| [JetBrains RubyMine](https://blog.jetbrains.com/ruby/tag/cucumber/) | Syntax highlighting and Test Runner UI |
| [Schmorgurken](https://github.com/schmorgurken/schmorgurken) | Native Clojure Gherkin implementation (mostly compatible with Cucumber) that integrates with clojure-test |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium/wiki/Ruby-Bindings) | Developer-focused browser automation tool for IE, Firefox, Chrome |
| [SpecFlow Online Gherkin Editor](https://specflow.org/gherkin-editor/) | Simple Gherkin editor that enables you to quickly write, download and share feature files and scenarios – without any hassle, no content tracking |
| [SpecFlow Online Gherkin Editor](https://specflow.org/gherkin-editor/) | Simple Gherkin editor that enables you to quickly write, download and share feature files and scenarios – without any hassle, no content tracking |
| [Swinger](https://github.com/demetriusnunes/swinger/tree/master) | Write acceptance tests for Java/Swing Desktop apps using Cucumber! |
| [Testjour](https://github.com/brynary/testjour) | Distributed test running (for Cucumber first). |
| [theGardener](https://kelkoogroup.github.io/theGardener/) | A web application to retrieve features from a large number of projects, to organize them and generate proper documentation based on those BDD features. |
| [Tidy Gherkin](https://chrome.google.com/webstore/detail/tidy-gherkin/nobemmencanophcnicjhfhnjiimegjeo?hl=en-GB) | Google Chrome browser extension, that helps in step definition generation, Gherkin step and table formatting. |
| [Testjour](https://github.com/brynary/testjour) | Distributed test running (for Cucumber first).
|
| [Testomatio](https://testomat.io/) | Test runner for Cucumber tests (native integration). Real-time reporting and analytics, including flaky tests, slow tests. Advanced Jira Plugin with Grerkin support.
|
| [theGardener](https://kelkoogroup.github.io/theGardener/) A web application to retrieve features from a large number of projects, to organize them and generate proper documentation based on those BDD features. |
| [Tidy Gherkin](https://chrome.google.com/webstore/detail/tidy-gherkin/nobemmencanophcnicjhfhnjiimegjeo?hl=en-GB) | Google Chrome browser extension, that helps in step definition generation, Gherkin step and table formatting. |
| [unobtainium-cucumber](https://github.com/jfinkhaeuser/unobtainium-cucumber) | Integrate Cucumber with configuration driven Selenium or Appium drivers. |
| [VCR](https://github.com/vcr/vcr) | Record and replay HTTP responses for fast, deterministic, accurate tests. Cucumber integration provided through the use of Tags. |
| [Vim-Cucumber](https://github.com/tpope/vim-cucumber/tree/master) | Feature syntax highlighting for [Vim](https://www.vim.org/.) |
Expand Down