How to use talkback - 1 common examples

To help you get started, we’ve selected a few talkback examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github syndesisio / syndesis / syndesis / src / modules / integrations / pages / IntegrationsPage.spec.tsx View on Github external
const startServer = async session => {
  const server = talkback({
    host: 'http://testing',
    port: 8556,
    path: path.join(process.env.PWD!, 'tapes', session),
    record: false,
    ignoreHeaders: [
      'content-length',
      'host',
      'cookie',
      'cache-control',
      'pragma',
      'referer',
      'origin',
      'accept',
      'accept-encoding',
      'accept-language',
      'user-agent',

talkback

A node.js HTTP proxy that records and playbacks requests

MIT
Latest version published 1 month ago

Package Health Score

75 / 100
Full package analysis

Popular talkback functions