docs icon indicating copy to clipboard operation
docs copied to clipboard

Add API automation tools for JavaScript

Open mlvandijk opened this issue 7 years ago • 5 comments

Add a page on using API automation, similar to the one on browser automation.

For JVM:

  • RestAssured
  • other?

What are API automation tools for Ruby, JavaScript?

mlvandijk avatar Dec 30 '18 10:12 mlvandijk

RubyMine van be used to test REST APIs: https://www.jetbrains.com/help/ruby/testing-restful-web-services.html

mlvandijk avatar Dec 31 '18 07:12 mlvandijk

I use curb in my testing.

Ruby has a default http library called Net/http, but the common ones other people use are things like faraday, there's probably I'd say about 6 main ones.

HTTPClient RestClient Curb Faraday Net/Http HttpRB

A bigger list is here: https://www.ruby-toolbox.com/categories/http_clients

luke-hill avatar Jan 01 '19 10:01 luke-hill

Thnx @luke-hill - do you feel up to making a PR to add them?

mlvandijk avatar Jan 01 '19 12:01 mlvandijk

I'll have some free time next weekend. I'll try chip in something then.

luke-hill avatar Jan 02 '19 08:01 luke-hill

That would be great @luke-hill!

mlvandijk avatar Jan 02 '19 10:01 mlvandijk