create_test_framework: Format stories, tests, and other relevant information into...

View source: R/create-test-framework.R

create_test_frameworkR Documentation

Format stories, tests, and other relevant information into usable objects

Description

Format stories, tests, and other relevant information into usable objects

Usage

create_test_framework(
  product_name,
  specs,
  auto_test_dir = NULL,
  man_test_dir = NULL
)

Arguments

product_name

The product being validated.

specs

tibble of stories and requirements. See input_formats.

auto_test_dir

Path to directory containing .csv and .json files with results from automated tests. See input_formats.

man_test_dir

Path to directory containing .md files and screenshots for results from manual tests. See input_formats.


metrumresearchgroup/mrgvalidate documentation built on March 4, 2023, 7:54 a.m.