autoRun: Auto run tests on a new build of designer.

Description Usage Arguments Details Examples

Description

This function runs all samples and tests for plugins.

Usage

1
2
autoRun(plugins, downloadInstallers = FALSE, downloadDir,
  installAlteryx = FALSE, ...)

Arguments

plugins

names of plugins to test.

downloadInstallers

boolean indicating if installers should be downloaded.

downloadDir

directory to which installers should be downloaded to

installAlteryx

boolean indicating if Alteryx should be installed.

...

additional arguments to pass to downloadInstallers

Details

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# Run tests on OSR
## Not run: 
autoRun(
  plugins, downloadDir = downloadDir, 
  downloadInstallers = TRUE, installAlteryx = TRUE,
  rInstaller = 'RInstaller'
)
# Run tests on MRC
  downloadDir <- "."
  autoRun(
    plugins, downloadDir = downloadDir, downloadInstallers = TRUE, 
    installAlteryx = FALSE, rInstaller = 'RREInstaller'
  )

## End(Not run)

alteryx/jeeves documentation built on May 12, 2019, 1:40 a.m.