Getting error in chrome when i run webdriverio v8 test scenarios:
out of memory
Recently upgraded from node 16 to v20 and updated scripts to use imports as ESM standards and avoided require()
chromeOptions:
args: [
'--disable-gpu',
'--disable-dev-shm-usuage'
]
How to avoid memory issues?