DmytroChuchmaiBarges
DmytroChuchmaiBarges
I'm getting the same error every second step in my jenkins pipeline. Btw, I've noted that appium stopped to create wdio-appium log in its logpath. Node 16.19.0, wdio 8.32.2 appium...
It seams that appium service fails to start, in the OnPrepare hook, so for the local debug I temporarily don't use it, and just manually start it. @TuyenPham-KMS I'm assuming...
patrol 3.14 and cli 3.5.0 I got following output from lambdatest: `INSTRUMENTATION_STATUS: class=co.myapppackage.android.staging_new.MainActivityTest INSTRUMENTATION_STATUS: current=1 INSTRUMENTATION_STATUS: id=AndroidJUnitRunner INSTRUMENTATION_STATUS: numtests=1 INSTRUMENTATION_STATUS: stream= co.myapppackage.android.staging_new.MainActivityTest: INSTRUMENTATION_STATUS: test=initializationError INSTRUMENTATION_STATUS_CODE: 1 INSTRUMENTATION_STATUS: class=co.myapppackage.android.staging_new.MainActivityTest INSTRUMENTATION_STATUS: current=1...
> I fixed it after running flutter clean with 3.14 it builds fine but on LambdaTest it runs a very first test and fails the build, and the results show...
@fylyppo I followed the doc you've mentioned above, using pl.leancode.patrol.LambdaTestPatrolJUnitRunner So the tests went a bit forward: I got the list of my tests displayed, but each of them fails...
@iammofidul nope, I can't get what caused that issue. and about the stacktrace you write, It seams there can be an issue with "patrol build" command, in my case, I...
When I followed the "espresso instructions" from [this](https://github.com/leancodepl/patrol/issues/2493#issuecomment-2617017642) comment, it does start instrumentation but I am still getting this "Invalid userId -2" error. here's the command I use to trigger...
@fylyppo I tried both approaches: **running as espresso** and triggering test runs **Result:** tests won't start at all, I just see the list of my tests on LT, all of...
@fylyppo here's what I get: My lambdatest.sh script: ``` #!/bin/bash # Upload build 1 (app) app_build=$(curl -u $LT_ID \ --silent --location --request POST 'https://manual-api.lambdatest.com/app/uploadFramework' \ --form 'appFile=@"build/app/outputs/apk/stage/debug/app-stage-debug.apk"' \ --form 'type="espresso-android"'...
Hi, it often helps to run "cd ./android && ./gradlew :clean && cd .." from the project root folder. then build an app with "flutter build apk" command and run...