Socket
Socket
Sign inDemoInstall

@applitools/chrome

Package Overview
Dependencies
0
Maintainers
12
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @applitools/chrome

Application that yada yada yada.


Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
12
Install size
4.50 kB
Created
Weekly downloads
 

Readme

Source

chrome

Application that yada yada yada.

Installing

  • This package is meant to be used as a docker container, passing the environment variables as defined below.
docker run -d applitools/chrome
  • Alternatively, it can be run using ./scripts/run-chrome.js, passing the environment variables as defined below.
npm install -g @applitools/chrome
run-chrome.js
  • Alternatively, you can import it and create the app (see below), passing it the configuration as defined below.
npm install @applitools/chrome

Services it depends on

  • Yada: yada yada

Queue Job Schema

A JSON with the following fields:

  • yada: yada yada

Environment variables needed by docker container and application

  • YADA_YADA: yada

Using the package to run the application

const createApp = require('@applitools/chrome')

// configuration options aee the same as the above corresponding environment variables
const app = createApp({})

// app is an express app. Use listen to start it in the usual way
app.listen(/*...*/)

Keywords

FAQs

Last updated on 30 Oct 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc