How to use the macaca-reporter.appendToContext function in macaca-reporter

To help you get started, we’ve selected a few macaca-reporter 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 Vieira-zj / zj_macaca_project / macaca-test-web / wd-extend.js View on Github external
.then(() => {
        appendToContext(context, `${path.relative(reportspath, filepath)}`);
      });
  });
github macacajs / macaca-reporter / test / helper.js View on Github external
.then(() => {
      appendToContext(context, `${path.relative(reportspath, filepath)}`);
    });
});
github macaca-sample / sample-nodejs / macaca-test / wd-extend.js View on Github external
.then(() => {
        appendToContext(context, `${path.relative(reportspath, filepath)}`);
      });
  });
github macacajs / macaca-wd / lib / helper.js View on Github external
return this.saveScreenshot(filepath).then(() => {
      appendToContext(context, `${path.relative(reportspath, filepath)}`);
    });
  });

macaca-reporter

Reporter for mocha and other frameworks.

MIT
Latest version published 1 year ago

Package Health Score

51 / 100
Full package analysis

Popular macaca-reporter functions