1

Could you please share how to get the karate tests running in azure pipelines when using the stand alone installer?

We dont use java in our project and hence it would be handy for us to use the standalone installer.

Is it possible to get the tests running using the stand alone server in devops?

Cerena
  • 43
  • 7

1 Answers1

1

The only pre-requisite for the stand-alone JAR is a JRE, and my guess is that it may even be pre-installed on Azure boxes, but it should be easy for you to check with your team / support-contact and verify this - or get it installed if needed.

Then it is just a matter of shaping your command-line and generating any extra report files needed (JUnit XML or Cucumber JSON).

Refer to other answers on Karate + Azure: https://stackoverflow.com/search?q=%5Bkarate%5D+azure

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248