Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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