I’ve got Cypress tests running on two different environments. One of them is a bit slower, but seems to especially takes more time after the cypress:server:reporter
receives the test:after:run
event from Mocha.
For example, it took almost two mintues here:
2024-05-21T12:33:56.680Z cypress:server:reporter got mocha event 'test:after:run' with args: [ [u] ]
2024-05-21T12:35:50.337Z cypress:server:reporter got mocha event 'suite end' with args: [ [p] ]
I searched for what was happening after this event is received, but without any luck. Does anyone one what happens at this moment and what can I do to improve the speed of my Cypress executions?