Implementation of five test cases using Playwright with Allure report.
Site used for testing: https://www.redmine.org/
Test cases are described here.
- Node.js
- Java 8 or above, Allure Reports require Java 8 or higher
- Git
- Clone the repo using:
git clone https://github.com/KaHDaPaIII/redmine-playwright-testing
- Navigate to folder:
cd redmine-playwright-testing
- Install npm packages using:
npm install
- Runnig tests:
npx playwright test
- Generate Allure Report:
npx allure generate
- Open Allure Report:
npx allure open