Bitbucket Pipelines
Quick Start
image: atlassian/default-image:4
pipelines:
default:
- step:
name: E2E tests
script:
- pipe: docker://moropo/device-cloud-for-bitbucket:1.1.0
variables:
API_KEY: $DEVICE_CLOUD_API_KEY
APP_FILE: 'build/app-release.apk'
WORKSPACE: '.maestro'
ANDROID_DEVICE: 'pixel-6'
ANDROID_API_LEVEL: '34'Platform Examples
Android
iOS
Variables
Variable
Description
Bitbucket context auto-attached
Outputs
Passing env vars into flows
Reports as build artifacts
Source
Last updated