New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/sdk-fake-eyes-server

Package Overview
Dependencies
Maintainers
20
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/sdk-fake-eyes-server

Fake eyes server

  • 1.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
69
decreased by-44.8%
Maintainers
20
Weekly downloads
 
Created
Source

@applitools/sdk-fake-eyes-server

Fake Eyes server for testing purposes

Usage

const fakeEyesServer = require('@applitools/sdk-fake-eyes-server');

const {port, close} = await fakeEyesServer();

Configuration

  • expectedFolder: A folder that has files of images with the proper naming to act as baselines for image comparison.
  • updateFixtures: set this to true in order to save the uploaded images to files.
  • port: The port to run the server. Passing 0 or not passing will run the server on a random free port.
  • logger: An object of the shape {log, verbose}, e.g. console.
  • hangUp: When true, the server will always hang up the underlying socket and will result with a "socket hang up" network error on the client side.

FAQs

Package last updated on 13 Apr 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc