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
Queue Job Schema
A JSON with the following fields:
Environment variables needed by docker container and application
Using the package to run the application
const createApp = require('@applitools/chrome')
const app = createApp({})
app.listen()