Skip to content

ansantra/jenkins-appium-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%