Simon Schlegel

Results 3 comments of Simon Schlegel

From the Readme: _The logs will be stored in an internal buffer. They can be accessed using the getLogs exported function. The buffer can be cleared using the clearLogs exported...

Something like this: ```javascript import { getLogs } from 'cypress-log-to-output'; const logs = getLogs(); ```

I don't think I really understand what you want to do. Using this is not tied to tests in general. You import the `getLogs` function and then you call it...