1

We used karate framework to test access token generation. Can we use it to automate our tests concerning authentication via cURL? can smbody give tips?

cygne
  • 527
  • 1
  • 10
  • 28

1 Answers1

1

I'm the dev of Karate and would like to understand what exactly you are trying to do. Do you mean just being able to experiment and explore the API ? Please see if the Karate UI fits your needs or suggest improvements.

If you have automated tests in the form of Karate scripts, why would you need cURL any more ? Maybe you want a converter for Karate into cURL, you can submit a feature request to build it into the Karate UI.

EDIT - also see: Is possible to execute curl in Karate tests?

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