create_report_steps: Helper to process audit steps

View source: R/utils-report.R

create_report_stepsR Documentation

Helper to process audit steps

Description

Useful for create_audit_report.

Usage

create_report_steps(
  crash_test = TRUE,
  output_validation = TRUE,
  coverage = TRUE,
  load_testing = TRUE,
  profile_code = TRUE,
  check_reactivity = TRUE,
  flow = TRUE
)

Arguments

crash_test

Whether to enable crash test of Shiny app. Default to TRUE.

output_validation

Whether to compare output snapshots for plots and htmlwidgets. Default to TRUE.

coverage

Whether to perform coverage report. Default to TRUE.

load_testing

Whether to perform load test. Default to TRUE.

profile_code

Whether to profile R code. Default to TRUE.

check_reactivity

Whether to check reactivity log. Default to TRUE.

flow

Whether to display project overview. Default to TRUE.

Value

A list composed of dynamic and static steps.


Novartis/shinyValidator documentation built on Aug. 21, 2023, 4:42 a.m.