You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Node.js JavaScript package to fetch [LambdaTest](https://www.lambdatest.com) automation sessions through [@lambdatest/node-rest-client](https://www.npmjs.com/package/@lambdatest/node-rest-client).
7
+
A command-line interface(CLI) to fetch [LambdaTest](https://www.lambdatest.com) automation session details through [@lambdatest/node-rest-client](https://www.npmjs.com/package/@lambdatest/node-rest-client).
8
8
9
9
## Installation
10
10
11
11
```
12
-
npm i @lambdatest/node-fetch-session
12
+
npm i -g @lambdatest/node-fetch-sessions
13
13
```
14
14
15
15
## Example
@@ -25,7 +25,7 @@ export LT_LT_ACCESS_KEY=def
25
25
// The build name whose test session information is to be fetched
0 commit comments