File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ Output :
102
102
In case you want to get information on the build you can use the following command
103
103
104
104
``` bash
105
- browserstack-cypress build < buildId>
105
+ browserstack-cypress build-info < buildId>
106
106
```
107
107
108
108
Example
109
109
110
110
``` bash
111
- browserstack-cypress build 06f28ce423d10314b32e98bb6f68e10b0d02a49a
111
+ browserstack-cypress build-info 06f28ce423d10314b32e98bb6f68e10b0d02a49a
112
112
```
113
113
114
114
Output:
@@ -175,6 +175,30 @@ Output:
175
175
176
176
** Note** that individual version represents a session. It is advised to validate your account's parallel before running multiple versions.
177
177
178
+ ### Stopping a running build
179
+ In case you want to stop a running build, you can use the following command
180
+
181
+ ``` bash
182
+ browserstack-cypress build-stop < buildId>
183
+ ```
184
+
185
+ Example
186
+
187
+ ``` bash
188
+ browserstack-cypress build-stop 06f28ce423d10314b32e98bb6f68e10b0d02a49a
189
+ ```
190
+
191
+ Output:
192
+
193
+ ``` bash
194
+ [3/24/2020, 2:31:11 PM] Stopping build with given buildId 06f28ce423d10314b32e98bb6f68e10b0d02a49a
195
+ [3/24/2020, 2:31:12 PM] Reading config from /browserstack.json
196
+ [3/24/2020, 2:31:14 PM] {
197
+ " message" : " stopped 1 sessions" ,
198
+ " stopped_session_count" : 1
199
+ }
200
+ ```
201
+
178
202
### Limitations
179
203
180
204
- ` exec ` and ` task ` are not allowed.
You can’t perform that action at this time.
0 commit comments