bitrise-step-flank

command module
v0.0.0-...-aa0293a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2021 License: MIT Imports: 16 Imported by: 0

README

Flank

Run your tests using Flank. The step will automaticall detect which project type your flank config uses and the corresponding flank command will be ran.

Inputs

  • google_service_account_json: (required) (sensitive)

    Service Account JSON key file content.

  • config_path: (required)

    Flank config file path.

  • version: latest (required)

    Flank binary version. You can use any tag name that is available on https://github.com/Flank/flank/releases or latest which will download the latest non-pre-release version.

  • command_flags:

    These flags will be appended to the flank command.

Outputs

Exported Environment variables
Deployed Artifacts
  • ./results/{latest-result-dir}/: $BITRISE_DEPLOY_DIR/

Contribute

  1. Fork this repository
  2. Make changes
  3. Submit a PR

How to run this step from source

  1. Clone this repository
  2. cd to the cloned repository's root
  3. Create a bitrise.yml (if not yet created)
  4. Prepare a workflow that contains a step with the id: path::./

    For example:

    format_version: "6"
    default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
    
    workflows:
      my-workflow:
        steps:
        - path::./:
            inputs: 
            - google_service_account_json: $GOOGLE_SERVICE_ACCOUNT
            - config_path: ./flank.yml
    
  5. Run the workflow: bitrise run my-workflow

About

This is an official Step managed by Bitrise.io and is available in the Workflow Editor and in our Bitrise CLI tool. If you seen something in this readme that never before please visit some of our knowledge base to read more about that:

  • devcenter.bitrise.io
  • discuss.bitrise.io
  • blog.bitrise.io

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL