electron-userland / spectron

DEPRECATED: 🔎 Test Electron apps using ChromeDriver
http://electronjs.org/spectron
MIT License
1.68k stars 229 forks source link

Multiremote for spectron #220

Open abaltzois opened 7 years ago

abaltzois commented 7 years ago

Hi, I am trying to use multiremote of webdriver.io with spectron so I will be able to run multiple instances of my application in the same test. Is there a solution for this? No matter what I tried, I cannot make it work. Thanks Thanos

Necmttn commented 7 years ago

you can use Ava test framework to run your test concurrently which allows creates multiple instances of the app.

which looks like something like this :)

kapture 2017-07-19 at 18 49 09