Is it possible to launch electron app using command line with help of require('child_process') in spectron,
Normally we launch the app using command prompt like below,
cd C:\Program Files\Project
C:\Program Files\Project>Launcher.exe test.json
So we have to automate this in spectron testing, can you please someone help on this?