@devicelab/maestro-runner-linux-x64 1.1.25 → 1.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
[](LICENSE)
|
|
16
16
|
[](https://devicelab.dev)
|
|
17
17
|
|
|
18
|
+
[](https://www.npmjs.com/package/maestro-runner)
|
|
19
|
+
[](https://www.npmjs.com/package/maestro-runner)
|
|
18
20
|
[](https://github.com/devicelab-dev/maestro-runner/actions/workflows/ci.yml)
|
|
19
21
|
[](https://codecov.io/gh/devicelab-dev/maestro-runner)
|
|
20
22
|
[](https://goreportcard.com/report/github.com/devicelab-dev/maestro-runner)
|
|
@@ -34,11 +36,31 @@
|
|
|
34
36
|
|
|
35
37
|
## Install
|
|
36
38
|
|
|
39
|
+
**npm** — for React Native, Expo, or any project that already has a `package.json`:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npx maestro-runner test flows/ # no install step
|
|
43
|
+
npm install --save-dev maestro-runner # or pin it in the project
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Pinning it means every machine and every CI job runs the same version with no separate bootstrap. There is no postinstall and nothing is downloaded at install time: the binary for your platform arrives as an ordinary optional dependency npm selects by `os` and `cpu`, so installs work offline, behind a proxy, and in CI that blocks postinstall network access.
|
|
47
|
+
|
|
48
|
+
**Shell** — everywhere else:
|
|
49
|
+
|
|
37
50
|
```bash
|
|
38
51
|
curl -fsSL https://open.devicelab.dev/install/maestro-runner | bash
|
|
39
52
|
|
|
40
|
-
#
|
|
41
|
-
curl -fsSL https://open.devicelab.dev/install/maestro-runner | bash -s -- --version 1.
|
|
53
|
+
# A specific version
|
|
54
|
+
curl -fsSL https://open.devicelab.dev/install/maestro-runner | bash -s -- --version 1.1.25
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Both give you the same binary. macOS and Linux, arm64 and x64; on Windows, use WSL.
|
|
58
|
+
|
|
59
|
+
## First run
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
maestro-runner doctor # check the toolchain and hear exactly what is missing
|
|
63
|
+
maestro-runner devices # what this machine can drive right now
|
|
42
64
|
```
|
|
43
65
|
|
|
44
66
|
## Run Tests
|
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
================================================================================
|
|
2
|
-
Package: github.com/google/pprof/profile
|
|
3
|
-
License: Apache-2.0
|
|
4
|
-
Source: https://github.com/google/pprof/blob/798e818bf904/LICENSE
|
|
5
|
-
================================================================================
|
|
6
|
-
|
|
7
|
-
================================================================================
|
|
8
|
-
Package: github.com/go-sourcemap/sourcemap
|
|
9
|
-
License: BSD-2-Clause
|
|
10
|
-
Source: https://github.com/go-sourcemap/sourcemap/blob/v2.1.3/LICENSE
|
|
11
|
-
================================================================================
|
|
12
|
-
|
|
13
|
-
================================================================================
|
|
14
|
-
Package: github.com/russross/blackfriday/v2
|
|
15
|
-
License: BSD-2-Clause
|
|
16
|
-
Source: https://github.com/russross/blackfriday/blob/v2.1.0/LICENSE.txt
|
|
17
|
-
================================================================================
|
|
18
|
-
|
|
19
|
-
================================================================================
|
|
20
|
-
Package: howett.net/plist
|
|
21
|
-
License: BSD-2-Clause
|
|
22
|
-
Source: https://github.com/DHowett/go-plist.git/blob/3b63eb3a43b5/LICENSE
|
|
23
|
-
================================================================================
|
|
24
|
-
|
|
25
|
-
================================================================================
|
|
26
|
-
Package: github.com/dop251/goja/ftoa/internal/fast
|
|
27
|
-
License: BSD-3-Clause
|
|
28
|
-
Source: https://github.com/dop251/goja/blob/2bb4c724c0f9/ftoa/internal/fast/LICENSE_V8
|
|
29
|
-
================================================================================
|
|
30
|
-
|
|
31
|
-
================================================================================
|
|
32
|
-
Package: github.com/google/uuid
|
|
33
|
-
License: BSD-3-Clause
|
|
34
|
-
Source: https://github.com/google/uuid/blob/v1.1.2/LICENSE
|
|
35
|
-
================================================================================
|
|
36
|
-
|
|
37
|
-
================================================================================
|
|
38
|
-
Package: github.com/miekg/dns
|
|
39
|
-
License: BSD-3-Clause
|
|
40
|
-
Source: https://github.com/miekg/dns/blob/v1.1.57/LICENSE
|
|
41
|
-
================================================================================
|
|
42
|
-
|
|
43
|
-
================================================================================
|
|
44
|
-
Package: golang.org/x/crypto/pbkdf2
|
|
45
|
-
License: BSD-3-Clause
|
|
46
|
-
Source: https://cs.opensource.google/go/x/crypto/+/v0.24.0:LICENSE
|
|
47
|
-
================================================================================
|
|
48
|
-
|
|
49
|
-
================================================================================
|
|
50
|
-
Package: golang.org/x/net
|
|
51
|
-
License: BSD-3-Clause
|
|
52
|
-
Source: https://cs.opensource.google/go/x/net/+/v0.26.0:LICENSE
|
|
53
|
-
================================================================================
|
|
54
|
-
|
|
55
|
-
================================================================================
|
|
56
|
-
Package: golang.org/x/sys/unix
|
|
57
|
-
License: BSD-3-Clause
|
|
58
|
-
Source: https://cs.opensource.google/go/x/sys/+/v0.21.0:LICENSE
|
|
59
|
-
================================================================================
|
|
60
|
-
|
|
61
|
-
================================================================================
|
|
62
|
-
Package: golang.org/x/text
|
|
63
|
-
License: BSD-3-Clause
|
|
64
|
-
Source: https://cs.opensource.google/go/x/text/+/v0.16.0:LICENSE
|
|
65
|
-
================================================================================
|
|
66
|
-
|
|
67
|
-
================================================================================
|
|
68
|
-
Package: software.sslmate.com/src/go-pkcs12
|
|
69
|
-
License: BSD-3-Clause
|
|
70
|
-
Source: https://github.com/SSLMate/go-pkcs12/blob/v0.2.0/LICENSE
|
|
71
|
-
================================================================================
|
|
72
|
-
|
|
73
|
-
================================================================================
|
|
74
|
-
Package: github.com/coder/websocket
|
|
75
|
-
License: ISC
|
|
76
|
-
Source: https://github.com/coder/websocket/blob/v1.8.15/LICENSE.txt
|
|
77
|
-
================================================================================
|
|
78
|
-
|
|
79
|
-
================================================================================
|
|
80
|
-
Package: github.com/cenkalti/backoff
|
|
81
|
-
License: MIT
|
|
82
|
-
Source: https://github.com/cenkalti/backoff/blob/v2.2.1/LICENSE
|
|
83
|
-
================================================================================
|
|
84
|
-
|
|
85
|
-
================================================================================
|
|
86
|
-
Package: github.com/cpuguy83/go-md2man/v2/md2man
|
|
87
|
-
License: MIT
|
|
88
|
-
Source: https://github.com/cpuguy83/go-md2man/blob/v2.0.7/LICENSE.md
|
|
89
|
-
================================================================================
|
|
90
|
-
|
|
91
|
-
================================================================================
|
|
92
|
-
Package: github.com/danielpaulus/go-ios/ios
|
|
93
|
-
License: MIT
|
|
94
|
-
Source: https://github.com/danielpaulus/go-ios/blob/v1.0.131/LICENSE
|
|
95
|
-
================================================================================
|
|
96
|
-
|
|
97
|
-
================================================================================
|
|
98
|
-
Package: github.com/dlclark/regexp2
|
|
99
|
-
License: MIT
|
|
100
|
-
Source: https://github.com/dlclark/regexp2/blob/v1.11.4/LICENSE
|
|
101
|
-
================================================================================
|
|
102
|
-
|
|
103
|
-
================================================================================
|
|
104
|
-
Package: github.com/dop251/goja
|
|
105
|
-
License: MIT
|
|
106
|
-
Source: https://github.com/dop251/goja/blob/2bb4c724c0f9/LICENSE
|
|
107
|
-
================================================================================
|
|
108
|
-
|
|
109
|
-
================================================================================
|
|
110
|
-
Package: github.com/go-rod/rod
|
|
111
|
-
License: MIT
|
|
112
|
-
Source: https://github.com/go-rod/rod/blob/v0.116.2/LICENSE
|
|
113
|
-
================================================================================
|
|
114
|
-
|
|
115
|
-
================================================================================
|
|
116
|
-
Package: github.com/grandcat/zeroconf
|
|
117
|
-
License: MIT
|
|
118
|
-
Source: https://github.com/grandcat/zeroconf/blob/v1.0.0/LICENSE
|
|
119
|
-
================================================================================
|
|
120
|
-
|
|
121
|
-
================================================================================
|
|
122
|
-
Package: github.com/Masterminds/semver
|
|
123
|
-
License: MIT
|
|
124
|
-
Source: https://github.com/Masterminds/semver/blob/v1.5.0/LICENSE.txt
|
|
125
|
-
================================================================================
|
|
126
|
-
|
|
127
|
-
================================================================================
|
|
128
|
-
Package: github.com/sirupsen/logrus
|
|
129
|
-
License: MIT
|
|
130
|
-
Source: https://github.com/sirupsen/logrus/blob/v1.9.3/LICENSE
|
|
131
|
-
================================================================================
|
|
132
|
-
|
|
133
|
-
================================================================================
|
|
134
|
-
Package: github.com/urfave/cli/v2
|
|
135
|
-
License: MIT
|
|
136
|
-
Source: https://github.com/urfave/cli/blob/v2.27.7/LICENSE
|
|
137
|
-
================================================================================
|
|
138
|
-
|
|
139
|
-
================================================================================
|
|
140
|
-
Package: github.com/xrash/smetrics
|
|
141
|
-
License: MIT
|
|
142
|
-
Source: https://github.com/xrash/smetrics/blob/686a1a2994c1/LICENSE
|
|
143
|
-
================================================================================
|
|
144
|
-
|
|
145
|
-
================================================================================
|
|
146
|
-
Package: github.com/ysmood/fetchup
|
|
147
|
-
License: MIT
|
|
148
|
-
Source: https://github.com/ysmood/fetchup/blob/v0.2.3/LICENSE
|
|
149
|
-
================================================================================
|
|
150
|
-
|
|
151
|
-
================================================================================
|
|
152
|
-
Package: github.com/ysmood/goob
|
|
153
|
-
License: MIT
|
|
154
|
-
Source: https://github.com/ysmood/goob/blob/v0.4.0/LICENSE
|
|
155
|
-
================================================================================
|
|
156
|
-
|
|
157
|
-
================================================================================
|
|
158
|
-
Package: github.com/ysmood/got/lib/lcs
|
|
159
|
-
License: MIT
|
|
160
|
-
Source: https://github.com/ysmood/got/blob/v0.40.0/LICENSE
|
|
161
|
-
================================================================================
|
|
162
|
-
|
|
163
|
-
================================================================================
|
|
164
|
-
Package: github.com/ysmood/gson
|
|
165
|
-
License: MIT
|
|
166
|
-
Source: https://github.com/ysmood/gson/blob/v0.7.3/LICENSE
|
|
167
|
-
================================================================================
|
|
168
|
-
|
|
169
|
-
================================================================================
|
|
170
|
-
Package: github.com/ysmood/leakless
|
|
171
|
-
License: MIT
|
|
172
|
-
Source: https://github.com/ysmood/leakless/blob/v0.9.0/LICENSE
|
|
173
|
-
================================================================================
|
|
174
|
-
|
|
175
|
-
================================================================================
|
|
176
|
-
Package: go.mozilla.org/pkcs7
|
|
177
|
-
License: MIT
|
|
178
|
-
Source: https://github.com/mozilla-services/pkcs7/blob/33d05740a352/LICENSE
|
|
179
|
-
================================================================================
|
|
180
|
-
|
|
181
|
-
================================================================================
|
|
182
|
-
Package: gopkg.in/yaml.v3
|
|
183
|
-
License: MIT
|
|
184
|
-
Source: https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE
|
|
185
|
-
================================================================================
|
|
186
|
-
|
package/bin/maestro-runner
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devicelab/maestro-runner-linux-x64",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"description": "maestro-runner binary for linux x64. Installed automatically as an optional dependency of maestro-runner.",
|
|
5
5
|
"homepage": "https://open.devicelab.dev/maestro-runner",
|
|
6
6
|
"repository": {
|