Package: cucumber 2.1.1

cucumber: Behavior-Driven Development for R
Write executable specifications in a natural language that describes how your code should behave. Write specifications in feature files using 'Gherkin' language and execute them using functions implemented in R. Use them as an extension to your 'testthat' tests to provide a high level description of how your code works.
Authors:
cucumber_2.1.1.tar.gz
cucumber_2.1.1.zip(r-4.7)cucumber_2.1.1.zip(r-4.6)cucumber_2.1.1.zip(r-4.5)
cucumber_2.1.1.tgz(r-4.6-any)cucumber_2.1.1.tgz(r-4.5-any)
cucumber_2.1.1.tar.gz(r-4.7-any)cucumber_2.1.1.tar.gz(r-4.6-any)
cucumber_2.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
cucumber/json (API)
NEWS
| # Install 'cucumber' in R: |
| install.packages('cucumber', repos = c('https://jakubsob.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jakubsob/cucumber/issues
Pkgdown/docs site:https://jakubsobolewski.com
acceptance-testingbehavior-driven-developmentcucumberspecificationtestingquarto
Last updated from:b12af68d7f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 157 | ||
| source / vignettes | OK | 182 | ||
| linux-release-x86_64 | OK | 153 | ||
| macos-release-arm64 | OK | 158 | ||
| macos-oldrel-arm64 | OK | 182 | ||
| windows-devel | OK | 127 | ||
| windows-release | OK | 145 | ||
| windows-oldrel | OK | 113 | ||
| wasm-release | OK | 126 |
Exports:afterbeforedefine_parameter_typegivenruntestthenwhen
Dependencies:backportsbriocallrcheckmateclicrayondescdiffobjdplyrevaluatefsgenericsgluejsonlitelifecyclemagrittrpillarpkgbuildpkgconfigpkgloadpraiseprocessxpspurrrR6rlangrprojrootstringistringrtestthattibbletidyselectutf8vctrswaldowithr
Behavior-Driven Development
Rendered frombdd.qmdusingquarto::htmlon May 17 2026.Last update: 2025-07-21
Started: 2024-10-06
Gherkin Reference
Rendered fromreference-gherkin.qmdusingquarto::htmlon May 17 2026.Last update: 2025-04-04
Started: 2025-02-23
How it works
Rendered fromhow-it-works.qmdusingquarto::htmlon May 17 2026.Last update: 2025-04-04
Started: 2025-02-23
Migration to cucumber 2.0.0
Rendered frommigration-to-2-0-0.qmdusingquarto::htmlon May 17 2026.Last update: 2025-04-01
Started: 2025-04-01
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Define extra parameters to use in Cucumber steps. | define_parameter_type |
| Hooks | after before hook |
| cucumber Options | opts |
| Run Cucumber tests in a 'testthat' context | run |
| Define a step | given step then when |
| Run Cucumber tests | test |
