How can I integrate my Karate package built in VS Code with Azure and run as Batch job and send reports as Emails via Azure Cloud?
Thanks in advance
How can I integrate my Karate package built in VS Code with Azure and run as Batch job and send reports as Emails via Azure Cloud?
Thanks in advance
Since you have stated that you do not have much knowledge in Java, it is best to work with the Karate standalone JAR file which is also ideal for cloud environments like Azure. Karate standalone JAR: https://github.com/intuit/karate/tree/master/karate-netty#standalone-jar
Download the Karate jar from Bintray and with a command line script in Azure, you can use it to execute the feature files.
I don’t have any inputs on mailing the reports.