Skip to content

Commit ae2d3a4

Browse files
committed
Updated CLI command
1 parent 89eb2b2 commit ae2d3a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ set LT_BUILD_NAME="<Add Build Name>"
3939

4040
#### Step 4. Retrieve the list of automation sessions
4141
```
42-
$ lt-json-reporter run
42+
$ lt-reporter run
4343
```
4444
#### Expected Output
4545
```
@@ -80,7 +80,7 @@ $ lt-json-reporter run
8080
```
8181
#### Note: In order to retreive the list of only Cypress tests run the command below
8282
```
83-
$ lt-json-reporter run --cypress
83+
$ lt-reporter run --cypress
8484
```
8585
#### Expected Output
8686
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This CLI fetches lambdatest automation test session details based on build name",
55
"main": "index.js",
66
"bin": {
7-
"lt-json-reporter": "./index.js"
7+
"lt-reporter": "./index.js"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)