I have the following problem with my Gitlab Pipeline Setup. I recognized that in the bash there is shown “shell runner” but in the .yml file I used “tags: -docker”. If I re-run the job, sometimes it works and uses the right runner, but most of the time not. The is the bash output: Running with gitlab-runner 10.8.0 (079cad9e) on
Tag: automated-tests
Appium ERROR dump failed because assets could not be loaded: Invalid file Support
I am using Linux and I want to write tests using Appium. At the moment I installed all required tools to run it (Node is installed not through brew install node, but using nvm install node). Appium is running on localhost (Welcome to Appium v1.4.6 info: Appium REST http interface listener started on 0.0.0.0:4723 info: Console LogLevel: debug) My code: