From 15ca3dab826f6adb3872ba983849789fd9b5d72c Mon Sep 17 00:00:00 2001 From: Olha Sheremeta Date: Wed, 11 Dec 2024 22:42:50 +0200 Subject: [PATCH] Update related-tools.md Please add my product to this listing, it is also developed by @davermik :) --- content/docs/tools/related-tools.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/docs/tools/related-tools.md b/content/docs/tools/related-tools.md index 3ced3c80..c138a61d 100644 --- a/content/docs/tools/related-tools.md +++ b/content/docs/tools/related-tools.md @@ -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/.) |