Skip to content

Commit

Permalink
Add Maestro CLI package (#497)
Browse files Browse the repository at this point in the history
Maestro is a tool to run mobile UI tests.

https://maestro.mobile.dev/

Resolves #407
  • Loading branch information
kirillzh authored Jul 11, 2024
1 parent 154f09e commit 519bbba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions maestro.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
description = "Automate end-to-end UI tests for mobile applications"
binaries = ["maestro/bin/maestro"]
source = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip"
test = "maestro --version"
repository = "https://github.com/mobile-dev-inc/maestro"

version "1.36.0" {
auto-version {
github-release = "mobile-dev-inc/maestro"
}
}

sha256sums = {
"https://github.com/mobile-dev-inc/maestro/releases/download/cli-1.36.0/maestro.zip": "67e131cfdc3daebc6010806451117334a322681b1f11ef8d59ae89f17175eea3"
}

0 comments on commit 519bbba

Please sign in to comment.