Giter Club home page Giter Club logo

bitrise-step-genymotion-cloud-saas-start's Introduction

genymotion-cloud-saas-start

Start Genymotion Cloud SaaS Android devices

Prerequisite

Go to Genymotion Cloud SaaS and create an account

How to use this Step

Can be run directly with the bitrise CLI, just git clone this repository, cd into it's folder in your Terminal/Command Line and call bitrise run test.

Check the bitrise.yml file for required inputs which have to be added to your .bitrise.secrets.yml file!

Step by step:

  1. Open up your Terminal / Command Line
  2. git clone the repository
  3. cd into the directory of the step (the one you just git cloned)
  4. Create a .bitrise.secrets.yml file in the same directory of bitrise.yml (the .bitrise.secrets.yml is a git ignored file, you can store your secrets in it)
  5. Check the bitrise.yml file for any secret you should set in .bitrise.secrets.yml
  • Best practice is to mark these options with something like # define these in your .bitrise.secrets.yml, in the app:envs section.
  1. Once you have all the required secret parameters in your .bitrise.secrets.yml you can just run this step with the bitrise CLI: bitrise run test

An example .bitrise.secrets.yml file:

envs:
- GMCLOUD_SAAS_EMAIL: [YOUR_GENYMOTION_CLOUD_EMAIL]
- GMCLOUD_SAAS_PASSWORD: [YOUR_GENYMOTION_CLOUD_PASSWORD]

How to setup Bitrise.yml

This step takes three inputs:

  • recipe_uuid: Recipe UUID is the identifier used when starting an instance; it can be retrieved using gmsaas recipes list
  • adb_serial_port (default value: None): port which the instance will be connected to ADB

Example:

  • Start single instance:
  inputs:
    - email: $GMCLOUD_SAAS_EMAIL
    - password: $GMCLOUD_SAAS_PASSWORD
    - recipe_uuid: e20da1a3-313c-434a-9d43-7268b12fee08
    - adb_serial_port: 4321
  • Start several instances:
  inputs:
    - email: $GMCLOUD_SAAS_EMAIL
    - password: $GMCLOUD_SAAS_PASSWORD
    - recipe_uuid: e20da1a3-313c-434a-9d43-7268b12fee08,c52fdfc2-6914-4266-aa6e-50258f50ef91,06867de4-4b99-4842-ba40-fd3daaabdf23
    - adb_serial_port: 4321,4324,4325

See also

This step is part of a series of Bitrise steps which integrate Genymotion Cloud SaaS with Bitrise.

How to contribute to this Step

  1. Fork this repository
  2. git clone it
  3. Create a branch you'll work on
  4. To use/test the step just follow the How to use this Step section
  5. Do the changes you want to
  6. Run/test the step before sending your contribution
  • You can also test the step in your bitrise project, either on your Mac or on bitrise.io
  • You just have to replace the step ID in your project's bitrise.yml with either a relative path, or with a git URL format
  • (relative) path format: instead of - original-step-id: use - path::./relative/path/of/script/on/your/Mac:
  • direct git URL format: instead of - original-step-id: use - git::https://github.com/user/step.git@branch:
  • You can find more example of alternative step referencing at: https://github.com/bitrise-io/bitrise/blob/master/_examples/tutorials/steps-and-workflows/bitrise.yml
  1. Once you're done just commit your changes & create a Pull Request

bitrise-step-genymotion-cloud-saas-start's People

Contributors

thomascarpentier avatar agateau-g 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.