Class IdeaLinksPlugin

java.lang.Object
io.qameta.allure.idea.IdeaLinksPlugin
All Implemented Interfaces:
io.qameta.allure.Aggregator2, io.qameta.allure.Extension

public class IdeaLinksPlugin extends Object implements io.qameta.allure.Aggregator2
Plugins adds link in test result to open in Idea Project.
  • Constructor Details

    • IdeaLinksPlugin

      public IdeaLinksPlugin()
    • IdeaLinksPlugin

      public IdeaLinksPlugin(boolean enabled, int port)
  • Method Details

    • aggregate

      public void aggregate(io.qameta.allure.core.Configuration configuration, List<io.qameta.allure.core.LaunchResults> launchesResults, io.qameta.allure.ReportStorage storage)
      Specified by:
      aggregate in interface io.qameta.allure.Aggregator2