Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.02 KB

Task 1: Playwright

Website

https://www.redmine.org/

General requirements

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).

Clone the repository

git clone https://github.com/radomyr-horban/playwright.git

Installing dependencies

npm ci

To run the tests go to the root of the project and run

npm run test

To generate a Playwright's Allure report of test results run

npm run allure:generate

To open the Playwright's Allure report in a browser run

npm run allure:serve

IMPORTANT

After each upgrade of Playwright, the project must be restarted locally with the command:

npm run reinstall