Cucumber

Cucumber is the world's most popular BDD framework, supporting Java, JavaScript, Ruby, Python, and C#. It uses Gherkin syntax for writing human-readable test scenarios and provides integrations with all major test runners, CI/CD platforms, and API testing tools. Cucumber School offers learning resources and the Cucumber Open platform provides team-based BDD tooling.

API entry from apis.yml

apis.yml Raw ↑
aid: bdd:cucumber
name: Cucumber
description: Cucumber is the world's most popular BDD framework, supporting Java, JavaScript, Ruby, Python,
  and C#. It uses Gherkin syntax for writing human-readable test scenarios and provides integrations with
  all major test runners, CI/CD platforms, and API testing tools. Cucumber School offers learning resources
  and the Cucumber Open platform provides team-based BDD tooling.
humanURL: https://cucumber.io/
tags:
- BDD
- Testing
- Gherkin
- Java
- JavaScript
properties:
- type: Documentation
  url: https://cucumber.io/docs/cucumber/
- type: GettingStarted
  url: https://cucumber.io/docs/guides/10-minute-tutorial/
- type: GitHubRepository
  url: https://github.com/cucumber/cucumber-jvm
- url: graphql/bdd-graphql.md
  type: GraphQL