Skip to content

Commit 98e0afa

Browse files
main Added README.md file.
1 parent 5709d07 commit 98e0afa

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
![LambdaTest Logo](https://www.lambdatest.com/resources/images/logos/logo.svg)
2+
3+
# Node fetch sessions
4+
5+
[![npm version](https://badge.fury.io/js/%40lambdatest%2Fnode-fetch-session.svg)](https://badge.fury.io/js/%40lambdatest%2Fnode-fetch-session.svg)
6+
7+
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).
8+
9+
## Installation
10+
11+
```
12+
npm i @lambdatest/node-fetch-session
13+
```
14+
15+
## Example
16+
17+
```sh
18+
19+
// The username for the LambdaTest account
20+
export LT_USERNAME=abc
21+
22+
// The accessKey for the LambdaTest account
23+
export LT_LT_ACCESS_KEY=def
24+
25+
// The build name whose test session information is to be fetched
26+
export LT_BUILD=Demo
27+
28+
node LTresults.js
29+
```
30+
31+
## **License**
32+
33+
Node fetch session is available under the [Apache License 2.0](https://github.com/LambdaTest/test-at-scale/blob/main/LICENSE). Use it wisely.
34+
35+
## About LambdaTest
36+
37+
[LambdaTest](https://www.lambdatest.com/?utm_source=github&utm_medium=repo&utm_campaign=node-fetch-session) is a leading test execution and orchestration platform that is fast, reliable, scalable, and secure. It allows users to run both manual and automated testing of web and mobile apps across 3000+ different browsers, operating systems, and real device combinations. Using LambdaTest, businesses can ensure quicker developer feedback and hence achieve faster go to market. Over 500 enterprises and 1 Million + users across 130+ countries rely on LambdaTest for their testing needs.
38+
39+
### Features
40+
41+
- Run Selenium, Cypress, Puppeteer, Playwright, and Appium automation tests across 3000+ real desktop and mobile environments.
42+
- Real-time cross browser testing on 3000+ environments.
43+
- Test on Real device cloud
44+
- Blazing fast test automation with HyperExecute
45+
- Accelerate testing, shorten job times and get faster feedback on code changes with Test At Scale.
46+
- Smart Visual Regression Testing on cloud
47+
- 120+ third-party integrations with your favorite tool for CI/CD, Project Management, Codeless Automation, and more.
48+
- Automated Screenshot testing across multiple browsers in a single click.
49+
- Local testing of web and mobile apps.
50+
- Online Accessibility Testing across 3000+ desktop and mobile browsers, browser versions, and operating systems.
51+
- Geolocation testing of web and mobile apps across 53+ countries.
52+
- LT Browser - for responsive testing across 50+ pre-installed mobile, tablets, desktop, and laptop viewports

0 commit comments

Comments
 (0)