In order to have your Appium/Cucumber test automation beauty up&running continuously on buddybuild, you should set up two files:
- buddybuild_prebuild.sh
- buddybuild_postbuild.sh
More info about the whole process can be found here: https://blogapplyquality.com/2016/05/19/appiumcucumber-tests-uprunning-on-buddybuild/
How to download locally cucumber test result file with AWS?
Please open up the terminal and paste these two commands:
aws s3 ls s3://YOUR_BUCKET_NAME/AppiumResults/
aws s3 sync s3://YOUR_BUCKET_NAME/ /Users/stipekolovrat/Documents/YOUR_WORKING_FOLDER/AppiumResults