Interface IXrayImporter

All Known Implementing Classes:
XrayCloudCucumberImporter, XrayServerCucumberImporter

public interface IXrayImporter
Interface that all classes that import Cucumber feature files from Xray should implement
  • Method Details

    • createFeatureFileFromTestSetId

      void createFeatureFileFromTestSetId(String testSetID, String filePath) throws IOException
      Create feature file by Test Set ID
      Parameters:
      testSetID - ID of test set
      filePath - Feature file location
      Throws:
      IOException
    • createFeatureFileFromTestIds

      void createFeatureFileFromTestIds(String[] testIDs, String filePath) throws IOException
      Create feature file by Test IDs
      Parameters:
      testIDs - Test IDs
      filePath - Feature file location
      Throws:
      IOException