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).
9
8
10
9
## Installation
11
10
12
11
```
13
-
npm i @lambdatest/node-fetch-session
12
+
npm i -g @lambdatest/node-fetch-sessions
14
13
```
15
14
16
15
## Example
@@ -26,7 +25,7 @@ export LT_LT_ACCESS_KEY=def
26
25
// The build name whose test session information is to be fetched
0 commit comments