|
1 |
| -<!-- add Readme Here --> |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | +# Node fetch sessions |
| 5 | + |
| 6 | +[](https://badge.fury.io/js/%40lambdatest%2Fnode-fetch-session.svg) |
| 7 | + |
| 8 | +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). |
| 9 | + |
| 10 | +## Installation |
| 11 | + |
| 12 | +``` |
| 13 | +npm i @lambdatest/node-fetch-session |
| 14 | +``` |
| 15 | + |
| 16 | +## Example |
| 17 | + |
| 18 | +```sh |
| 19 | + |
| 20 | +// The username for the LambdaTest account |
| 21 | +export LT_USERNAME=abc |
| 22 | + |
| 23 | +// The accessKey for the LambdaTest account |
| 24 | +export LT_LT_ACCESS_KEY=def |
| 25 | + |
| 26 | +// The build name whose test session information is to be fetched |
| 27 | +export LT_BUILD=Demo |
| 28 | + |
| 29 | +node LTresults.js |
| 30 | +``` |
| 31 | + |
| 32 | +## **License** |
| 33 | + |
| 34 | +Node fetch session is available under the [Apache License 2.0](https://github.com/LambdaTest/test-at-scale/blob/main/LICENSE). Use it wisely. |
| 35 | + |
| 36 | +## About LambdaTest |
| 37 | + |
| 38 | +[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. |
| 39 | + |
| 40 | +### Features |
| 41 | + |
| 42 | +- Run Selenium, Cypress, Puppeteer, Playwright, and Appium automation tests across 3000+ real desktop and mobile environments. |
| 43 | +- Real-time cross browser testing on 3000+ environments. |
| 44 | +- Test on Real device cloud |
| 45 | +- Blazing fast test automation with HyperExecute |
| 46 | +- Accelerate testing, shorten job times and get faster feedback on code changes with Test At Scale. |
| 47 | +- Smart Visual Regression Testing on cloud |
| 48 | +- 120+ third-party integrations with your favorite tool for CI/CD, Project Management, Codeless Automation, and more. |
| 49 | +- Automated Screenshot testing across multiple browsers in a single click. |
| 50 | +- Local testing of web and mobile apps. |
| 51 | +- Online Accessibility Testing across 3000+ desktop and mobile browsers, browser versions, and operating systems. |
| 52 | +- Geolocation testing of web and mobile apps across 53+ countries. |
| 53 | +- LT Browser - for responsive testing across 50+ pre-installed mobile, tablets, desktop, and laptop viewports |
0 commit comments