create-kaixa
Version:
Katalon Studio wrapper to make manual test writing much easier.
30 lines (29 loc) • 772 B
JSON
{
"source": {
"include": [
"src"
],
"includePattern": ".*\\.groovy"
},
"opts": {
"readme": "./docBuilder/DOCS_HOME.md",
"destination": "./docs",
"recurse": true,
"template": "./docBuilder/template"
},
"plugins": [
"plugins/commentsOnly"
],
"templates": {
"systemName": "create-kaixa",
"systemSummary": "Wrapper for Katalon for easier script-driven Katalon tests.",
"footer": "Created by Gabe Abrams in the Harvard Division of Continuing Education",
"copyright": "All code, materials, documentation, and other parts of this project under MIT license",
"showTableOfContents": true,
"includeDate": false,
"default": {
"useLongnameInNav": true,
"outputSourceFiles": false
}
}
}