@vavanya/local-agent
v0.2.0
Published
Vavanya local agent
Downloads
67
Readme
Test automation to go!
Run the local agent
This is a Node.js module available through the npm registry.
Before launching, download and install Node.js. Node.js 14.x or higher is required.
Option A using the npx
command:
$ npx @vavanya/local-agent
Option B using the npm install
command:
Install the agent
$ mkdir my-local-agent
$ cd my-local-agent
my-local-agent$ npm install @vavanya/local-agent
Launch the agent on Linux / Mac OS
my-local-agent$ ./node_modules/.bin/local-agent
Launch the agent on Windows
my-local-agent$ ./node_modules/.bin/local-agent.cmd