Web UI automated tests of Redmine site with JavaScript + Playwright/Test + Allure reporter.
- Before using the framework, you need to install a Node.js LTS version 14 or latest. Check that Node.js is installed:
node -v
Check that package manager npm is installed:
npm -v
- In the root directory of a project, run:
git clone https://github.com/metroprog/redmine-test.git
npm install
- Start test suite using the run command:
npx playwright test
- Generate Allure Report:
npx allure generate allure-results --clean
- Open Allure Report:
npx allure open allure-report
See example of reporting at: gh-pages