vtest_webpage: Generate web pages for viewing vtest results.

Description Usage Arguments See Also

Description

Generate web pages for viewing vtest results.

Usage

1
2
vtest_webpage(ref = "", pkg = ".", filter = "", convertpng = TRUE,
  prompt = TRUE)

Arguments

ref

a git commit ref that result pages will be generated for. The empty string "" refers to the last-run tests.

pkg

package object or path.

filter

a regular expression; result pages will be generated only only for test contexts that match this pattern.

convertpng

if TRUE, convert the source PDFs files to PNG. Otherwise they are kept in PDF format, and are viewable only in some browers.

prompt

ask to open web page in browser.

See Also

vdiff_webpage for creating a web page for comparing results of tests in two different commits.


wch/vtest documentation built on May 4, 2019, 2:02 a.m.