Learn R Programming

animint (version 2017.01.04)

tests_init: Initiate external processes necessary for running tests.

Description

Initiates a local file server and remote driver.

Usage

tests_init(browserName = "phantomjs", dir = ".", port = 4848, ...)

Arguments

browserName

Name of the browser to use for testing. See ?RSelenium::remoteDriver for details.

dir

character string with the path to animint's source code. Defaults to current directory

port

port number used for local file server

...

list of additional options passed onto RSelenium::remoteDriver

Value

invisible(TRUE)

See Also

tests_run