rokucommunity/roku-deploy

Throw exceptions inside RokuDeploy.ts when required parameters are missing

Closed this issue · 0 comments

When calling RokuDeploy.<name of function>, any required options that were not provided by the options parameter, and that were not filled in by default values, should cause an exception to be thrown.

For example, calling RokuDeploy.captureScreenshot() should throw an exception if we don't have host or password.