Jussi Vatjus-Anttila

Results 41 comments of Jussi Vatjus-Anttila

> If you are using async data and expand a node the load data call is called twice as well. I'm experiences this also. Annoying issue..

I’ve been using appium server in client side for each device succesfully. I created simple tool for test automation which reserve device based on test ”DUT requirements”, create adb bridge,...

> Why not just leave Appium running always when a device is connected? It gives some benefits: * we can separated maintain/update appium server and STF * client can decide...

> For iOS case, one way to keep the testing client (e.g. Appium, etc.) outside the iOS provider while giving the client the feeling that the device it took control...

@Jitu1888 I created one python lib for tests that allow to allocate and start adb for appium usage; https://pypi.org/project/stf-appium-client/ perhaps could be useful :)

I could help in this work. Maybe first step is to go through dependencies which one does not support latest node LTS and update them..

I played a bit and so far biggest breaking changes I found related to [webpack.config.js](https://circleci.com/gh/jupe/stf/40) and zmq. Here is one try: https://circleci.com/workflow-run/350f4adf-26d0-4044-b4d3-9cd209b05ea8 In this case [email protected] it's clear that its...

great. I think its better to update obsoleted in another PR unless node@12 require updating.. small steps forward is always more safe approach 🙂

@Mdann52 could you push your changes to github so I could try it also?