Skip to content

Artem-applitools/tutorial-playwright-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applitools Tutorial - Playwright

Pre-requisites:

  1. Install Node.js from here

Run the Example Project

  1. Download the example
    • Option 1: git clone https://github.com/applitools/tutorial-playwright-basic.git
    • Option 2: Download it as a Zip file and extract it
  2. CD into the tutorial-playwright-basic 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=<your_key>
    • Windows: set APPLITOOLS_API_KEY=<your_key>
  4. run npm install
  5. run npm test

Add Applitools Eyes to an Existing Node.js Project

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

About

Applitools Ultrafast Test Grid ClassicRunner tutorial using Playwright

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published