/karate-pax-exam

Minimal example using Karate to run HTTP tests of OSGI-based services

Primary LanguageJavaApache License 2.0Apache-2.0

karate-pax-exam

A minimal example using Karate to test OSGi services.

Running the tests with

mvn clean install

Starts an OSGi framework with the Apache Felix Web Console, and tests access via HTTP "from the outside".

This test mimics the AcceptanceTestApiTest from the (unreleased so far) pax-exam-acceptance module, to show how to run Karate tests against OSGi-based HTTP services.