🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@applitools/autonomous-lib

Package Overview
Dependencies
Maintainers
47
Versions
939
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@applitools/autonomous-lib

A shared lib for autonomous.

latest
Source
npmnpm
Version
4.1.50
Version published
Weekly downloads
0
Maintainers
47
Weekly downloads
 
Created
Source

Autonomous Lib

Table of Contents

  • Background
  • Development
  • Release

Background

This repository is an npm package that contains code that is shared by multiple autonomous components. The main capabilities provided are:

  • Authorization
  • Logging
  • Interaction with a tunnel agent
  • Polling the service bus

Development

Install the dependencies:

npm install

Linting:

# run ESLint
npm run lint

# fix ESLint errors
npm run lint:fix

Release

Only collaborators with credentials can release and publish:

$ npm run release
$ git push --follow-tags && npm publish

To see what files are going to be published, run the command:

$ npm pack --dry-run
# tar tvf $(npm pack)

Keywords

autonomous-lib

FAQs

Package last updated on 04 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts