UNPKG

@applitools/execution-grid-tunnel

Version:

Allows user to run tests with exection-grid and navigate to private hosts and ips

9 lines (7 loc) 201 B
module.exports = extractEyesDataFromHeaders function extractEyesDataFromHeaders(req) { return { apiKey: req.headers['x-eyes-api-key'], eyesServerUrl: req.headers['x-eyes-server-url'], } }