Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applitools/tutorial-playwright-ultrafastgrid
Applitools Ultrafast Test Grid VisualGridRunner tutorial using Playwright
https://github.com/applitools/tutorial-playwright-ultrafastgrid
Last synced: about 1 month ago
JSON representation
Applitools Ultrafast Test Grid VisualGridRunner tutorial using Playwright
- Host: GitHub
- URL: https://github.com/applitools/tutorial-playwright-ultrafastgrid
- Owner: applitools
- Created: 2020-08-03T09:35:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T13:52:32.000Z (over 2 years ago)
- Last Synced: 2024-04-14T04:52:40.197Z (8 months ago)
- Language: JavaScript
- Homepage: https://info.applitools.com/ucy78
- Size: 161 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applitools Tutorial - Playwright with Ultrafast Grid
## Pre-requisites:
1. Install Node.js from [here](https://nodejs.org/en/)## Run the Example Project
1. Download the example
* Option 1: `git clone https://github.com/applitools/tutorial-playwright-ultrafastgrid.git`
* Option 2: Download it as a Zip file and extract it
2. CD into the `tutorial-playwright-ultrafastgrid` folder
3. Set up environment variable `APPLITOOLS_API_KEY` with your own API key.
* Login to Applitools > Click on the Person icon > My API Key
* Linux/Mac: export APPLITOOLS_API_KEY=
* Windows: set APPLITOOLS_API_KEY=
4. run `npm install`
5. run `npm test`## Add Applitools Eyes to an Existing Node.js Project
```sh
npm install @applitools/eyes-playwright --save-dev
```## Playwright tutorial
Please see https://applitools.com/tutorials/playwright.html for all the details.
## NPM docs
The following NPM docs contains all the update information for this SDK
https://www.npmjs.com/package/@applitools/eyes-playwright