2.0.10 • Published 5 years ago

@applitools/fake-eyes-server v2.0.10

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 years ago

fake-eyes-server

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/fake-eyes-server
  • Alternatively, it can be run using ./scripts/run-fake-eyes-server.js, passing the environment variables as defined below.
npm install -g @applitools/fake-eyes-server
run-fake-eyes-server.js
  • Alternatively, you can import it and create the app (see below), passing it the configuration as defined below.
npm install @applitools/fake-eyes-server

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/fake-eyes-server')

// 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(/*...*/)
2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago