Install Node.js from here
- 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
- Option 1:
- CD into the
tutorial-playwright-basic
folder - Change the
APPLITOOLS_API_KEY
with your own.- Login to Applitools > Click on the Person icon > My API Key
- run
npm install
- run
npm test
npm install "@applitools/eyes-playwright" --save-dev