Puppeteer recently added support for performance testing (e,g. page.metrics
) which gives you JSHeapUsedSize,… (memory usage); also chrome tracing is another option (page.tracing
).
Does codeceptJs supports these and if yes, how can I do that?
Puppeteer recently added support for performance testing (e,g. page.metrics
) which gives you JSHeapUsedSize,… (memory usage); also chrome tracing is another option (page.tracing
).
Does codeceptJs supports these and if yes, how can I do that?
may this help https://github.com/Codeception/CodeceptJS/pull/1668 @amir8