Skip to content

Commit

Permalink
Merge pull request #4141 from shaedrich/cucumber
Browse files Browse the repository at this point in the history
Create topic "cucumber"
  • Loading branch information
ahpook authored Jan 2, 2024
2 parents b9b56d5 + 92f5bb0 commit 0abad86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added topics/cucumber/cucumber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions topics/cucumber/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
topic: cucumber
display_name: Cucumber
short_description: Cucumber is a software tool that supports behavior-driven development.
related: bdd, gherkin, rspec, behat, behave
created_by: Aslak Hellesøy, Joseph Wilk, Matt Wynne, Gregory Hnatiuk, Mike Sassak
github_url: https://github.com/cucumber
wikipedia_url: https://en.wikipedia.org/wiki/Cucumber_(software)
url: https://cucumber.io/
logo: cucumber.png
---
**Cucumber** is a software tool that supports behavior-driven development. Central to the Cucumber BDD approach is its ordinary language parser Gherkin. As such, Cucumber allows the execution of feature documentation written in business-facing text. It runs automated acceptance tests written in a behavior-driven development (BDD) style.

0 comments on commit 0abad86

Please sign in to comment.