electron-userland / spectron

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

How to run WDIO tests in Spectron? #239

Open rafalradomski opened 6 years ago

rafalradomski commented 6 years ago

There is a way to run WDIO tests in Spectron?

I have react app, where I have WEB and ELECTRON app from one code base.

I have already tests against WEB and I want to run them against ELECTRON app in Spectron.

I don't wanna duplicate them, How I can handle that?

pumano commented 6 years ago

I'm interested in that question too.

ngoc308 commented 5 years ago

Does anyone have an answer to this question?