Skip to content

Commit 91ee443

Browse files
authored
Merge pull request #318 from shrinishLT/DOT-5844
add scheduled-support for capture as well
2 parents 288c129 + ff55d9a commit 91ee443

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-cli",
3-
"version": "4.1.20",
3+
"version": "4.1.21",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

src/commander/capture.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ command
2020
.option('-F, --force', 'forcefully apply the specified parallel instances per browser')
2121
.option('--fetch-results [filename]', 'Fetch results and optionally specify an output file, e.g., <filename>.json')
2222
.option('--buildName <string>', 'Specify the build name')
23+
.option('--scheduled <string>', 'Specify the schedule ID')
2324
.option('--userName <string>', 'Specify the LT username')
2425
.option('--accessKey <string>', 'Specify the LT accesskey')
2526
.action(async function(file, _, command) {

0 commit comments

Comments
 (0)