create_test_framework.Rd
Format stories, tests, and other relevant information into usable objects
create_test_framework(
product_name,
specs,
auto_test_dir = NULL,
man_test_dir = NULL
)
The product being validated.
tibble of stories and requirements. See input_formats.
Path to directory containing .csv
and .json
files with
results from automated tests. See input_formats.
Path to directory containing .md
files and screenshots for
results from manual tests. See input_formats.