Measuring network usage

Hi,
is it possible to measure network usage for a test?
I have measured network usage in puppeteer by using page.on(‘response’, … ). Can I do something similar in CodeceptJS?
thanks!
Alejandro

Hi
If you use the Puppeteer plugin, then you should be able to continue using page.on(‘response’, … ) by writing a helper, see: https://codecept.io/helpers/Puppeteer/#access-from-helpers