Replies: 1 comment 9 replies
-
I made a simple repo by cloning the electron quickstart, then running ? A project named "electron-quick-start" was detected at "C:\gitlab\wdio-electron-trouble\electron-quick-start", correct? Yes Setting up Babel project... Installing wdio packages:
C:\gitlab\wdio-electron-trouble\electron-quick-start>npm run wdio
Execution of 1 workers started at 2023-08-10T17:18:22.162Z 2023-08-10T17:18:22.179Z DEBUG @wdio/utils:initialiseServices: initialise service "electron" as NPM package Spec Files: 0 passed, 1 failed, 1 total (100% completed) in 00:00:03 2023-08-10T17:18:25.265Z INFO @wdio/local-runner: Shutting down spawned worker |
Beta Was this translation helpful? Give feedback.
-
We use nvm to manage our node version on windows.
I've just updated wdio from 7.3x to 8.14 and wdio-electron-service from 3.5.1 to 4.3.0. When I run, I can see that the proper electron chromerdriver gets pulled down and cached. The wido runner on the other hand seems to think nothing is setup and attempts to download the driver for my installed chrome and fails.
I pulled this repo down and ran the tests. The launcher.spec.ts fails
Before I dive deeper, is this a red flag?
-s
Beta Was this translation helpful? Give feedback.
All reactions