Note
Prerequisites
The following software are required:
- nodejs : Download and Install Node JS from
https://nodejs.org/en/download/
-
Install Java 8 or above, Allure Reports require Java 8 or higher.
-
allure commandline : Install allure command line for generating Allure Reports using
npm ci -g allure-commandline
Note
Installation
- Clone the repo using below URL
git clone git@github.com:sergiolamoz/Playwright.git
- Navigate to folder and install npm packages using:
npm install
- Install playwright browsers
npm playwright install