Coder Social home page Coder Social logo

appcircle-aws-device-farm-deploy-and-run's Introduction

AWS Device Farm Deploy and Run

Deploy a file to AWS Device Farm and run tests.

Releated Documentation

Required Input Variables

  • $AWS_ACCESS_KEY_ID: Amazon S3 access key id
  • $AWS_SECRET_ACCESS_KEY: Amazon S3 secret access key (Visit AWS access keys documentation for details)
  • $AWS_PROJECT_ARN: The ARN of the project for deploy and run
  • $AWS_DEVICE_POOL_ARN: The ARN of the device pool for the run
  • $AWS_SCHEDULE_RUN_NAME_PREFIX: The name prefix for the run to be scheduled
  • $AWS_SCHEDULE_TEST_TYPE: The type of the test for the run.
  • $AWS_UPLOAD_TIMEOUT: Time out duration (seconds) for the test file upload. The step is skipped if the time out is reached.
  • $AWS_TEST_TIMEOUT: Time out duration (seconds) for the AWS Device Farm run. The step is skipped if this duration is reached, but the test execution continues in AWS Device Farm.
  • $AWS_APP_ARN: The ARN of the application package to run tests against, created with CreateUpload. If you don't set this parameter, the subsequent App Upload File Name, App Upload Type and App Upload File Path parameters are required.
  • $AWS_APP_UPLOAD_FILE_NAME: The file to be uploaded. The name should not contain any forward slashes (/ ). If you are uploading an iOS app, the file must have an .ipa extension. If you are uploading an Android app, the file must have an .apk extension
  • $AWS_APP_UPLOAD_TYPE: The upload type of the file.
  • $AWS_APP_UPLOAD_FILE_PATH: The file path for the app upload.
  • $AWS_TEST_ARN: The ARN of the uploaded test to be run. If you don't set this parameter, the subsequent AWS Test Upload File Name, AWS Test Upload Type and AWS App Upload File Path parameters are required.
  • $AWS_TEST_UPLOAD_FILE_NAME: The test file to be uploaded.
  • $AWS_TEST_UPLOAD_TYPE: The upload type of the test.
  • $AWS_TEST_UPLOAD_FILE_PATH: The file path for the test upload.
  • $AWS_TEST_SPEC_UPLOAD_FILE_NAME: The test spec file to be uploaded.
  • $AWS_TEST_SPEC_UPLOAD_TYPE: The upload type of the test spec.
  • $AWS_TEST_SPEC_UPLOAD_FILE_PATH: The file path for the test spec upload.

Output Variables

  • $AWS_RUN_ARN: The run's ARN.
  • $AWS_TEST_RESULT: The run's test result. If this variable returns FAILED, your workflow will fail. If you want to ignore this error, you need to enable Continue with the next step even if this step fails toggle.
  • $AWS_OUTPUT_DEVICEPOOL_ARN: The run's Device Pool ARN result.
  • $AWS_OUTPUT_APPUPLOAD_ARN: The run's App Upload ARN result.

appcircle-aws-device-farm-deploy-and-run's People

Contributors

burakgul avatar doganekici avatar hasretsariyer avatar tosbaha avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.