How can I fix WDIO specs being extremely slow to start? [closed]

Whenever I run my wdio.conf.ts — spec (on VS code) it takes about 5 minutes to start up. This was never case previously and seems to be getting slower each day. Interestingly when I just run the wdio.conf file itself it starts almost immediately. Which sort of eliminates any sort of network/CPU causes. I’m fairly new to this so any pointers/help would be great.

Run a wdio.conf.ts –spec should start within seconds, but it’s taking around 5 minutes.

Leave a Comment