I'd like to avoid building the full binary with electron-builder. I wonder if I can use wdio with electron main.js instead. This would be really helpful. Thank you.
Edit: to add a bit more info, I was trying to make run.sh which contains electron main.js and simulates a binary. But it didn't work.
I'd like to avoid building the full binary with electron-builder. I wonder if I can use wdio with
electron main.jsinstead. This would be really helpful. Thank you.Edit: to add a bit more info, I was trying to make
run.shwhich containselectron main.jsand simulates a binary. But it didn't work.