java.lang.Object
net.thucydides.model.reports.adaptors.common.FilebasedOutcomeAdaptor
net.thucydides.model.reports.adaptors.specflow.SpecflowAdaptor
All Implemented Interfaces:
TestOutcomeAdaptor

public class SpecflowAdaptor extends FilebasedOutcomeAdaptor
Loads TestOutcomes from a specflow output file
  • Constructor Details

    • SpecflowAdaptor

      public SpecflowAdaptor()
  • Method Details

    • loadOutcomesFrom

      public List<TestOutcome> loadOutcomesFrom(File source) throws IOException
      Loads TestOutcomes from a SpecFlow output file or a directory containing output files. This is the console output, not the XML output file, which does not contain the details about each step execution.
      Throws:
      IOException