-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: cucumber
Type: Package
Title: Behavior-Driven Development for R
Version: 1.1.0
Authors@R: person("Jakub", "Sobolewski", email = "[email protected]", role = c("aut", "cre"))
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/jakubsob/cucumber, https://jakubsob.github.io/cucumber/
BugReports: https://github.com/jakubsob/cucumber/issues
Encoding: UTF-8
LazyData: true
Suggests:
mockery,
box,
shinytest2,
chromote,
covr,
knitr,
rmarkdown,
quarto,
R6
Config/testthat/edition: 3
Imports:
checkmate,
dplyr,
fs,
glue,
purrr,
rlang,
stringr,
testthat (>= 3.0.0),
tibble,
withr
RoxygenNote: 7.3.2
VignetteBuilder: quarto