New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

roku-test-automation

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roku-test-automation - npm Package Compare versions

Comparing version 1.0.5 to 1.0.7

14

package.json
{
"name": "roku-test-automation",
"version": "1.0.5",
"version": "1.0.7",
"description": "Helps with automating functional tests",

@@ -26,17 +26,19 @@ "main": "dist/index.js",

"dependencies": {
"@types/needle": "^2.0.4",
"chai": "^4.2.0",
"express": "^4.17.1",
"fs-extra": "^7.0.1",
"needle": "^2.3.2",
"path": "^0.12.7",
"ts-interface-checker": "^0.1.10"
"ts-interface-checker": "^0.1.10",
"http-proxy-middleware": "^1.0.3"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/express": "^4.17.6",
"@types/fs-extra": "^5.0.1",
"@types/mocha": "^5.2.5",
"@types/needle": "^2.0.4",
"@types/node": "^13.11.1",
"@types/sinon": "^7.5.2",
"@types/xmljs": "^0.3.0",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.3",
"chai": "^4.2.0",
"mocha": "^5.2.0",

@@ -43,0 +45,0 @@ "nyc": "^14.1.1",

@@ -13,22 +13,5 @@ # Roku Test Automation Client Library

## Usage example
create a config file with the below format
{
"device": {
"ip": "",
"password": "",
"debugProxy": "",
"screenshotFormat": "png"
},
"channel": {
"id": "dev"
},
"defaults": {
"ecp": {
"keyPressDelay": 1000
}
}
}
create a config file with the following format
[Sample Config File](sample.rta-config.json)
await ecp.sendKeyPressSequence([ecp.Key.HOME, ecp.Key.HOME]);
await ecp.sendLaunchChannel();
await ecp.sendText('username');
[Test Project](../testProject)

@@ -11,2 +11,5 @@ {

},
"server": {
"callbackListenPort": 20000
},
"defaults": {

@@ -13,0 +16,0 @@ "ecp": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc