New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@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.

Source
npmnpm
Version
4.1.50-oauth.2
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 05 May 2026

Related posts