tests_init: Initiate external processes necessary for running tests.

Description Usage Arguments Value See Also

View source: R/testHelpers.R

Description

Initiates a local file server and remote driver.

Usage

1
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


tdhock/animint documentation built on July 27, 2019, 5:57 a.m.