Package de.qytera.qtaf.xray.importer
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 Summary
Modifier and TypeMethodDescriptionvoidcreateFeatureFileFromTestIds(String[] testIDs, String filePath) Create feature file by Test IDsvoidcreateFeatureFileFromTestSetId(String testSetID, String filePath) Create feature file by Test Set ID
-
Method Details
-
createFeatureFileFromTestSetId
Create feature file by Test Set ID- Parameters:
testSetID- ID of test setfilePath- Feature file location- Throws:
IOException
-
createFeatureFileFromTestIds
Create feature file by Test IDs- Parameters:
testIDs- Test IDsfilePath- Feature file location- Throws:
IOException
-