cucumber-ruby

Cucumber for Ruby. It's amazing! (by cucumber)

Cucumber-ruby Alternatives

Similar projects and alternatives to cucumber-ruby

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cucumber-ruby alternative or higher similarity.

cucumber-ruby discussion

Log in or Post with

cucumber-ruby reviews and mentions

Posts with mentions or reviews of cucumber-ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-12.
  • Top 10 Java Testing Tools Every Developer Should Know
    5 projects | dev.to | 12 Nov 2024
    Cucumber enables BDD by using plain language specifications (Gherkin) for tests, bridging the gap between technical and non-technical stakeholders.
  • Simplify BDD Testing for Distributed Java Applications with Testkube
    1 project | dev.to | 3 Sep 2024
    Cucumber is one of the widely used BDD testing tools. It uses Gherkin, which allows teams to define application features using natural language. It includes support for different programming languages, including Java. It also integrates well with popular development frameworks, making it a popular choice. Lastly, it generates detailed reports, giving you insights into testing.
  • My three epiphanies of TDD
    4 projects | dev.to | 14 Jul 2024
    Since then, a lot have happened in the BDD community, and today is more considered an acceptance-test-driven outside-in TDD approach, with more tools surrounding and supporting the process, such as Cucumber. But just as TDD has been misinterpreted, so has the intention of cucumber
  • Gopherizing some puppeteer code
    4 projects | dev.to | 6 Jun 2024
    Looking at the alternatives there are two that stand out chromedp and rod. Rod looks like it is the prodigal son of behave and cucumber some well established BDD frameworks. Personally I am not finding the MustYaddaYadda... very readable and combining it with other custom APIs would probably make it become inconsistent. It has a few nice things in the way it abstracts iframes but I am just unable to go past the higher level API.
  • JHipster 8 - Criando uma aplicação monolítica
    4 projects | dev.to | 11 Apr 2024
  • Too much manual input!
    1 project | /r/softwaretesting | 17 Jun 2023
    It's a custom built "framework" that uses all the tools the big guys use but without any of the cost they demand. Which means we can make it bark like a dog if we want to. We use Cucumber for our test scripts, that gives us a clean and easily readable format that everyone from the CEO to Mike from Canmore can write, we use TestNG to package those test scripts and run them in parallel using a class that extends AbstractTestNGCucumberTests, we trigger the executions with xml files. Everything is packaged by maven and that allows us to execute on the command line (in a relatively clean way) and that allows us to easily execute the framework using something like Jenkins pipelines. We've also set up profiles in our POM.xml file so we can pass parameters on the command line and execute a specific test: something like mvn clean test dTest=TEST-1408 dPlatform=android dVersion=13 dbrowser=chrome. Or we can say something like mvn clean test dFull and that will test every regression test we have against every platform we support. These command line parameters are used to fill in the folder names of paths to the specific file.
  • Is BDD alive in C++ ?
    4 projects | /r/cpp | 30 May 2023
    Behavior driven development looks like a good idea and popular frameworks like cucumber have a ton of features and available material ... for other languages that is, since the official site mentions the C++ framework as unmaintained
  • Serverless testing is not complicated. It just requires some effort
    1 project | dev.to | 12 Apr 2023
    For both of them, I use cucumber and a test look likes
  • Is this GPS tracker project decent enough to raise attention of recrutiers ?
    1 project | /r/embedded | 23 Dec 2022
    there are many frameworks, we use cmocka for unit tests. For integration tests my understanding is that everyone pretty much rolls their own solution (we use cucumber to drive them).
  • Introdução ao cucumber
    2 projects | dev.to | 20 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic cucumber-ruby repo stats
14
5,182
6.0
24 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai