Package de.qytera.qtaf.xray.importer
Class XrayCloudCucumberImporter
java.lang.Object
de.qytera.qtaf.xray.importer.XrayCloudCucumberImporter
- All Implemented Interfaces:
IXrayImporter
This class provides methods for importing Tests as Cucumber feature files from Xray Server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateFeatureFileFromTestIds(String[] testIDs, String filePath) Create feature file by Test IDs.voidcreateFeatureFileFromTestSetId(String testSetID, String filePath) Create feature file by Test Set ID.
-
Constructor Details
-
XrayCloudCucumberImporter
public XrayCloudCucumberImporter()
-
-
Method Details
-
createFeatureFileFromTestSetId
Create feature file by Test Set ID.- Specified by:
createFeatureFileFromTestSetIdin interfaceIXrayImporter- Parameters:
testSetID- ID of test setfilePath- Feature file location- Throws:
IOException- if the feature file cannot be created
-
createFeatureFileFromTestIds
Create feature file by Test IDs.- Specified by:
createFeatureFileFromTestIdsin interfaceIXrayImporter- Parameters:
testIDs- Test IDsfilePath- Feature file location- Throws:
IOException- if the feature file cannot be created
-