0.2.0 • Published 8 months ago

@vavanya/local-agent v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Test automation to go!

npm downloads gzip size version

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
0.2.0

8 months ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago