• {string}

    Directory where the report is written. The default value is the empty string, indicating that reports are written to the current working directory of the Node.js process.

    1. console.log(`Report directory is ${process.report.directory}`);