Andrii Rymar
Andrii Rymar
@zzzuzik are you going to PR your fixes? Issue indeed exists.
I'm having the exact issue using the latest hub & node version 4.17 in docker Appium `/status` returns the correct result when I ping it with curl from within node...
No luck with `SE_JAVA_OPTS="-Djdk.httpclient.keepalive.timeout=10"` recommended [here](https://github.com/nextflow-io/nextflow/issues/3983#issuecomment-1702305137)
For me it's not only for iOS but for Android as well. Button and TouchableOpacity are not visible in Appium if wrapped inside SafeAreaView.
@LukeIGS have you tried to build a custom Selenoid version with the changes you proposed?
Sorry @amardeep2006 I cannot share it because of NDA. I guess any image with Selenium Server in Node mode will work for this ticket.
@amardeep2006 I've combined everything into a single image: selenium node, appium server and android emulator. The only thing that didn't work out was the video in selenium grid UI as...
@ofirdassa9 in my case the default strategy doesn't work well enough. For some reason scaler doesn't create an expected amount of jobs when they are requested. I can see some...
It seems the issue affects not only the parallel tasks but a single one as well. So if we have an entrypoint template calling some task (via steps or DAG)...
Guess it can be achieved by redirecting ReportPortal formatter to a file or dev/null with `--out` and adding standard `progress` or `pretty` formatter to run options.