KartaConfiguration.yaml - ManianVSS/Karta GitHub Wiki
Environment and java system properties passed are expanded for the template variables with syntax ${varName} example: ${KARTA_HOME}
pluginsDirectories:
- "${KARTA_HOME}/plugins/"
- "."
enabledPlugins:
- Kriya
- DataFilesTestDataSource
- LoggingTestEventListener
defaultFeatureSourceParserPlugin: Kriya
defaultStepRunnerPlugin: Kriya
defaultTestDataSourcePlugins:
- DataFilesTestDataSource
propertyFiles:
- KartaRuntimeProperties.yaml
sslProperties:
trustStoreType: jks
trustStore: "${KARTA_HOME}/bin/trustStore.jks"
trustStorePassword: changeit
keyStoreType: pkcs12
keyStore: "${KARTA_HOME}/bin/keyStore.p12"
keyStorePassword: changeit
nodeName: local
nodes:
- name: Node1
host: localhost
port: 17171
enableSSL: true
nodeType: RMI
minion: true
- name: Node2
host: localhost
port: 18090
enableSSL: true
nodeType: REST
minion: true
testThreadCount: 1