Skip to content

Implementation of five test cases using Playwright with Allure report.

Notifications You must be signed in to change notification settings

KaHDaPaIII/redmine-playwright-testing

Repository files navigation

redmine-playwright-testing

About the project

Implementation of five test cases using Playwright with Allure report.
Site used for testing: https://www.redmine.org/
Test cases are described here.

Getting started

Prerequisites

  • Node.js
  • Java 8 or above, Allure Reports require Java 8 or higher
  • Git

Installation

  1. Clone the repo using:
git clone https://github.com/KaHDaPaIII/redmine-playwright-testing
  1. Navigate to folder:
cd redmine-playwright-testing
  1. Install npm packages using:
npm install

Usage

  1. Runnig tests:
npx playwright test
  1. Generate Allure Report:
npx allure generate
  1. Open Allure Report:
npx allure open

About

Implementation of five test cases using Playwright with Allure report.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published