You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@unickq I'm just upgrading our WDIO from 6 to 7 and I've run into an issue with this service. I could be wrong but the sample project you linked doesn't have the 'intercept' service added to the test runner services array in wdio.conf.js - it only has services: ['chromedriver']
where it should probably have services: ['chromedriver', 'intercept']
however that sample project is using WDIO v6...if you're like me then you're using v7 and you're getting a different error on compile:
node_modules/wdio-intercept-service/types/wdio-intercept-service.d.ts:60:59 - error TS2694: Namespace 'global.WebDriver' has no exported member 'Client'.
60 type AsyncSync<T> = WebdriverIO.Browser extends WebDriver.Client
Hey,
Trying to set it up with wdio 7 and typescript. Still no luck. Is any working sample available?
https://github.com/chmanie/wdio-intercept-example-ts - didn't help much
The text was updated successfully, but these errors were encountered: