When using the module API we should output many more details about the overall run. ```js const cypress = require('cypress') cypress .run({...}). .then((results) => { // results should be more complete } ```
When using the module API we should output many more details about the overall run.