Skip to content

metroprog/redmine-test

Repository files navigation

Redmine - Tests - Playwright

Web UI automated tests of Redmine site with JavaScript + Playwright/Test + Allure reporter.

Technologies

Installation

  • 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 

Run tests

  • Start test suite using the run command:
npx playwright test

Reporting

  • Generate Allure Report:
npx allure generate allure-results --clean
  • Open Allure Report:
npx allure open allure-report

See example of reporting at: gh-pages

About

Web UI automated tests of Redmine site with JavaScript + Playwright/Test + Allure reporter

Resources

Stars

Watchers

Forks