Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.29 KB

jenkins-appium-tests

Please refer to the appium getting started to start the new application

Other useful links

The follow the link for macbook

Dockerizing appium tests

Dockerize Android emulator

Execute the commanns

export JAVA_HOME=$(/usr/libexec/java_home)
export ANDROID_HOME=$HOME/Library/Android/sdk
echo $ANDROID_HOME

Install appium doctor and check everything looks good for Android

npm install -g appium-doctor
appium-doctor --android 

Run the appium server - stop appium if it is already running

killall node
appium &

Install Jenkins jenkins-lts using HomeBrew

brew install jenkins-lts

To start jenkins-lts:

brew services start jenkins-lts 

Or, if you don't want/need a background service you can just run:

  /usr/local/opt/openjdk@11/bin/java -Dmail.smtp.starttls.enable=true -jar /usr/local/opt/jenkins-lts/libexec/jenkins.war --httpListenAddress=127.0.0.1 --httpPort=8080
  

Get initial password from

/Users/anirbansantra/.jenkins/secrets/initialAdminPassword