Package: cucumber 1.1.0
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_1.1.0.tar.gz
cucumber_1.1.0.zip(r-4.5)cucumber_1.1.0.zip(r-4.4)cucumber_1.1.0.zip(r-4.3)
cucumber_1.1.0.tgz(r-4.4-any)cucumber_1.1.0.tgz(r-4.3-any)
cucumber_1.1.0.tar.gz(r-4.5-noble)cucumber_1.1.0.tar.gz(r-4.4-noble)
cucumber_1.1.0.tgz(r-4.4-emscripten)cucumber_1.1.0.tgz(r-4.3-emscripten)
cucumber.pdf |cucumber.html✨
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
acceptance-testingbehavior-driven-developmentcucumbertesting
Last updated 23 days agofrom:463ddffa97. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win | OK | Oct 14 2024 |
R-4.5-linux | OK | Oct 14 2024 |
R-4.4-win | OK | Oct 14 2024 |
R-4.4-mac | OK | Oct 14 2024 |
R-4.3-win | OK | Oct 14 2024 |
R-4.3-mac | OK | Oct 14 2024 |
Exports:afterbeforedefine_parameter_typegiventestthenwhen
Dependencies:backportsbriocallrcheckmateclicrayondescdiffobjdigestdplyrevaluatefansifsgenericsgluejsonlitelifecyclemagrittrpillarpkgbuildpkgconfigpkgloadpraiseprocessxpspurrrR6rematch2rlangrprojrootstringistringrtestthattibbletidyselectutf8vctrswaldowithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Parameter Type | define_parameter_type |
Hooks | after before hook |
Define a step | given step then when |
Run all Cucumber tests | test |