Class ElementMultipleRunsPreProcessor


  • @Singleton
    public class ElementMultipleRunsPreProcessor
    extends Object
    This class preprocesses Element JSON to add additional information to it and extract attachments.
    • Constructor Detail

      • ElementMultipleRunsPreProcessor

        @Inject
        public ElementMultipleRunsPreProcessor()
        The default constructor.
    • Method Detail

      • addMultipleRunsInformationToScenarios

        public void addMultipleRunsInformationToScenarios​(List<Report> reports)
        This adds the latest run information to each scenario run multiple times. It specifies if it was the last run started or not.
        Parameters:
        reports - The list of reports to cycle through.