Skip to content

johannespfrang/axe-wdio-memory-leak

Repository files navigation

@axe/webdriverio leak

Simply run npm install and then:

npm run wdio

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

Screenshots

Heap containment diff view of the script leak

Allocation timeline from a single call

Contributors