UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

11 lines (9 loc) 243 B
const { ChildProcessReporter } = require('@integration/testing-tools'), { configure, StreamReporter } = require('@serenity-js/core'); configure({ crew: [ new ChildProcessReporter(), new StreamReporter(), ] });