Alex Arahort

Results 3 comments of Alex Arahort

> Something like this: > > ```js > import { > getLogs > } from 'cypress-log-to-output'; > > const logs = getLogs(); > ``` May be stupid question, but how...

> 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...