dependabot[bot] on npm_and_yarn
christian-bromann on main
Bump aws-sdk from 2.1185.0 to 2… (compare)
dependabot[bot] on npm_and_yarn
christian-bromann on main
Bump @typescript-eslint/parser … (compare)
christian-bromann on npm_and_yarn
christian-bromann on main
Bump puppeteer-core from 15.5.0… (compare)
dependabot[bot] on npm_and_yarn
this.mySharedData = myvalue
in a step and use directly this.mySharedData
in another step definition.Object is possibly 'undefined'.ts(2532)
when I declare my shared object this.mySharedData = myvalue
and when I use it. Ex: if(this.mySharedData === expectedValue)
. I'm trying to find a way to fix this issue...Hey,
I just updated my Mobile testing repo from WDIO v5 to WDIO v7
I'm trying to run a test on WDIO v7 /appium on an iOS simulator, and getting the error:
'[debug] [HTTP] No route found for /session
[HTTP] <-- POST /session 404
'
Wondering if anyone has had similar issues while trying to run tests on WDIO v7?
I have found similar error's saying:No route found. Setting content type to 'text/plain'
But unfortunately the tips given in those instances don't appear to be helping/solving my problem.
browser.emit(“comand”, { … })
interface Output {
command: string
params: any
method: 'PUT' | 'POST' | 'GET' | 'DELETE'
endpoint: string
body: {}
result: {
value: string | null
}
sessionId: string
cid: string
type: 'command' | 'result'
}
browser
object that is not fully initialised.browser
object has only capabilities
and some flags like isMobile
.browser
commands have to be moved to before
hook.