Simply run npm install and then:
npm run wdioThe wdio.conf.js already enables NODE_OPTIONS=--inspect for the WebdriverIO worker.
Attach a debugger, e.g. via edge://inspect in Edge or via chrome://inspect in Chrome, and use allocation instrumentation and heap snapshots to investigate.

