public class PostmanConverter extends Object
| Constructor and Description |
|---|
PostmanConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
convert(String importFile,
String outputDir)
Run the logic required to convert a single Postman collection
file from the disk into a Karate feature file and write it to Karate's
output directory as a new file.
|
public boolean convert(String importFile, String outputDir)
importFile - the (String) path to the file to importoutputDir - the (String) path to the output directoryCopyright © 2020. All rights reserved.