https://github.com/lambdatest/multiurl-screenshots
NodeJS script to take screenshots on multiple urls using LambdaTest Screenshot APIs.
https://github.com/lambdatest/multiurl-screenshots
Last synced: 5 months ago
JSON representation
NodeJS script to take screenshots on multiple urls using LambdaTest Screenshot APIs.
- Host: GitHub
- URL: https://github.com/lambdatest/multiurl-screenshots
- Owner: LambdaTest
- Created: 2019-10-14T08:29:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T09:58:23.000Z (about 3 years ago)
- Last Synced: 2023-03-27T17:27:46.544Z (about 2 years ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 8
- Watchers: 10
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Take Screenshots Using Nodejs on LambdaTest
NodeJS script to take screenshots on multiple urls using LambdaTest Screenshot APIs.
## Requirements
* Node 8
* Git## Common setup
Clone the repo and install the dependencies.
```bash
git clone https://github.com/LambdaTest/multiurl-screenshots.git
cd multiurl-screenshots
``````bash
npm install
```### Executing test
```bash
node app.js
```
## About LambdaTest[LambdaTest](https://www.lambdatest.com/) is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your [selenium automation testing](https://www.lambdatest.com/selenium-automation) to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.