Skip to content

lribac/api-testing-clojure

Repository files navigation

api-testing-clojure

API testing with clojure clj-http library. Testing is done using free APIs from https://jsonplaceholder.typicode.com/

Getting started

There are a few prerequisites to run the tests.

Installation on Your Machine

  1. JDK (I recommend Java 11 or 16). Here are some installation tips from Oracle.
  2. Leiningen, a build tool for Clojure.

Running tests locally

Before running any tests it's recommended to run

lein deps

to download all necessary dependencies.

Tests can be run by using the following command in your terminal:

lein run-tests 

or

./run-tests

License

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

api-testing-clojure

About

API testing with clojure clj-http library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published