- Install a git client such as git bash
Download and install:
- Node version: 18 (Node.js)
- Java Development Kit (JDK)
- Make sure you have the environment variable JAVA_HOME set to the path of the respective JDK. (Required for Allure report generation).
git clone https://github.com/radomyr-horban/playwright.git
npm ci
npm run test
npm run allure:generate
npm run allure:serve
After each upgrade of Playwright, the project must be restarted locally with the command:
npm run reinstall