How to restart Electron application for each test case in WebDriverIO?
I’m working on a test suite using WebDriverIO for testing an Electron application. In my spec file, I have multiple test cases (it blocks) that need to run independently, but I need to restart the Electron application before each test case to ensure a clean state.