Skip to content

The plugin adds a new tab and a widget with issues tests to Allure report.

License

Notifications You must be signed in to change notification settings

stykalin/allure-issues-plugin

Repository files navigation

ALLURE ISSUES PLUGIN

If you want in your Allure report to find out which of your tests have annotation "@Issue" and which of the failed or broken tests don't, this plugin adds 2 tabs - Issues and w/o Issues and 1 widget for Issues to show it.

*Based on suites plugin.

Installation

This project provides 3 ways of installation:

  1. Manual installation from source

    • Clone the project git clone git@github.com:stykalin/allure-issues-plugin.git
    • Execute gradle task: gradlew zipPlugin
    • Unpack allure-issues-plugin/build/plugin/issues-plugin.zip to <your_allure_folder>/plugins/issues-plugin,
    • Add string - issues-plugin to <your_allure_folder>/config/allure.yml, according to official documentation.
  2. Auto installation from source

    • Clone the project git clone git@github.com:stykalin/allure-issues-plugin.git
    • Execute gradle task: gradlew addToAllure -Pdir="<path_to_your_allure_folder>"
      Where <path_to_your_allure_folder> could be like D:\allure-2.13.8 or /opt/allure-2.13.8
  3. Manual installation from releases

    • Download the latest version of plugin from releases page
    • Unpack it to <your_allure_folder>/plugins/issues-plugin,
    • Add string - issues-plugin to <your_allure_folder>/config/allure.yml, according to official documentation.

About

The plugin adds a new tab and a widget with issues tests to Allure report.

Resources

License

Stars

Watchers

Forks

Packages

No packages published