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.
Version: | 1.1.0 |
Imports: | checkmate, dplyr, fs, glue, purrr, rlang, stringr, testthat (≥ 3.0.0), tibble, withr |
Suggests: | mockery, box, shinytest2, chromote, covr, knitr, rmarkdown, quarto, R6 |
Published: | 2024-10-14 |
DOI: | 10.32614/CRAN.package.cucumber |
Author: | Jakub Sobolewski [aut, cre] |
Maintainer: | Jakub Sobolewski <jakupsob at gmail.com> |
BugReports: | https://github.com/jakubsob/cucumber/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/jakubsob/cucumber, https://jakubsob.github.io/cucumber/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | cucumber results |
Reference manual: | cucumber.pdf |
Vignettes: |
Behavior-Driven Development (source, R code) |
Package source: | cucumber_1.1.0.tar.gz |
Windows binaries: | r-devel: cucumber_1.1.0.zip, r-release: cucumber_1.1.0.zip, r-oldrel: cucumber_1.1.0.zip |
macOS binaries: | r-devel (arm64): cucumber_1.1.0.tgz, r-release (arm64): cucumber_1.1.0.tgz, r-oldrel (arm64): cucumber_1.1.0.tgz, r-devel (x86_64): cucumber_1.1.0.tgz, r-release (x86_64): cucumber_1.1.0.tgz, r-oldrel (x86_64): cucumber_1.1.0.tgz |
Old sources: | cucumber archive |
Please use the canonical form https://CRAN.R-project.org/package=cucumber to link to this page.