About 460 results
Open links in new tab
  1. Cucumber

    Cucumber is a tool for running automated acceptance tests, written in plain language. Because they're written in plain language, they can be read by anyone on your team, improving communication, …

  2. Guides - Cucumber

    Cucumber is a tool for running automated acceptance tests, written in plain language. Because they're written in plain language, they can be read by anyone on your team, improving communication, …

  3. Introduction - Cucumber

    Cucumber verifies that the software conforms with the specification and generates a report indicating success or failure for each scenario. In order for Cucumber to understand the scenarios, they must …

  4. Behaviour-Driven Development | Cucumber

    Behaviour-Driven Development (BDD) is the software development process that Cucumber was built to support.

  5. Learn BDD and Cucumber

    Steven Hunt provides ideas, recommendations, and advice on utilizing Cucumber to enhance software testing and improve the quality of your software applications.

  6. 10-minute tutorial - Cucumber

    In this brief tutorial you've seen how to install Cucumber, how to follow the BDD process to develop a method, and how to use that method to evaluate multiple scenarios!

  7. Installation - Cucumber

    Cucumber is available for most mainstream programming languages. We recommend choosing an implementation for the same platform or programming language as the production code.

  8. Reporting - Cucumber

    Cucumber uses reporter plugins to produce reports that contain information about what scenarios have passed or failed. Some plugins are built-in, others have to be installed separately.

  9. Cucumber-JVM

    Cucumber-JVM Cucumber-JVM is published in the central Maven repository. You can install it by adding dependencies to your project.

  10. Cucumber reference

    Cucumber provides for negating tags by prefacing the --tags argument with a tilde character (~). This tells Cucumber to not process features and scenarios with this tag.