UNPKG

@applitools/execution-grid-tunnel

Version:

Allows user to run tests with exection-grid and navigate to private hosts and ips

70 lines (69 loc) 1.98 kB
{ "name": "@applitools/execution-grid-tunnel", "version": "4.1.0", "description": "", "main": "scripts/run-execution-grid-tunnel.js", "engines": { "node": ">=20.0.0" }, "files": [ "src", "scripts", "examples" ], "bin": { "run-execution-grid-tunnel": "scripts/run-execution-grid-tunnel.js" }, "scripts": { "start:dev": "APPLITOOLS_EG_TUNNEL_MODE_ENV=development node -r dotenv/config scripts/run-execution-grid-tunnel.js", "test:mocha": "mocha --no-timeouts --trace-warnings --exit 'test/unit/*.test.js' 'test/it/*.test.js' 'test/e2e/*.test.js'", "eslint": "eslint '**/*.js'", "build": "#" }, "keywords": [ "applitools", "nodejs", "javascript" ], "author": "Roni Karilkar <roni.karilkar@applitools.com>", "license": "SEE LICENSE IN LICENSE", "repository": { "url": "https://github.com/applitools/rendering-grid", "type": "git", "directory": "packages/execution-grid-tunnel" }, "dependencies": { "@applitools/eg-frpc": "1.0.5", "@applitools/eg-socks5-proxy-server": "^1.1.0", "@applitools/logger": "^2.1.4", "dotenv": "^16.0.0", "encoding": "^0.1.13", "fastify": "^5.0.0", "fastify-plugin": "^5.0.0", "find-process": "^1.4.7", "ini": "^3.0.0", "node-cleanup": "^2.1.2", "node-fetch": "^2.6.7", "p-retry": "^4.6.2", "pac-resolver": "^9.0.1", "quickjs-wasi": "^2.2.0", "teen_process": "^1.16.0" }, "devDependencies": { "@applitools/docker-compose-mocha": "^1.4.3", "@applitools/docker-compose-testkit": "^1.1.5", "@applitools/http-commons": "^2.4.5", "chai": "^4.3.4", "cross-env": "^7.0.3", "eslint": "^8.3.0", "eslint-plugin-mocha-no-only": "^1.1.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "mocha": "^9.1.3", "nock": "^13.2.4", "prettier": "^2.5.0", "sleep-promise": "^9.1.0", "socks-proxy-agent": "^8.0.2", "terser": "^5.30.0" } }