Skip to content

KumuluzEE Testing is a set of tools and utilities for testing KumuluzEE microservices.

License

Notifications You must be signed in to change notification settings

kumuluz/kumuluzee-testing

Repository files navigation

KumuluzEE Testing

KumuluzEE CI

KumuluzEE Testing includes various tools used for testing microservices developed with KumuluzEE framework.

Usage

The following tools are available:

  • KumuluzEE Arquillian Container Adapter - KumuluzEE Arquillian Container Adapter starts the KumuluzEE server before running the tests, which enables the tests to interact with the environment closely resembling the one in production.

Changelog

Recent changes can be viewed on Github on the Releases Page

Contribute

See the contributing docs

When submitting an issue, please follow the guidelines.

When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

When submitting a new feature, add tests that cover the feature.

License

MIT