0.1.5 • Published 1 year ago

@vavanya/local-agent v0.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago