Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumuluz/kumuluzee-testing
KumuluzEE Testing is a set of tools and utilities for testing KumuluzEE microservices.
https://github.com/kumuluz/kumuluzee-testing
cloud-native integration-testing java javaee kumuluz microprofile microservices testing unit-testing
Last synced: about 11 hours ago
JSON representation
KumuluzEE Testing is a set of tools and utilities for testing KumuluzEE microservices.
- Host: GitHub
- URL: https://github.com/kumuluz/kumuluzee-testing
- Owner: kumuluz
- License: other
- Created: 2018-02-07T21:13:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T13:19:26.000Z (10 months ago)
- Last Synced: 2024-08-17T12:21:05.848Z (3 months ago)
- Topics: cloud-native, integration-testing, java, javaee, kumuluz, microprofile, microservices, testing, unit-testing
- Language: Java
- Homepage: https://ee.kumuluz.com/
- Size: 112 KB
- Stars: 1
- Watchers: 16
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# KumuluzEE Testing
![KumuluzEE CI](https://github.com/kumuluz/kumuluzee-testing/workflows/KumuluzEE%20CI/badge.svg)> KumuluzEE Testing includes various tools used for testing microservices developed with KumuluzEE framework.
## Usage
The following tools are available:
- [KumuluzEE Arquillian Container Adapter](https://github.com/kumuluz/kumuluzee-testing/tree/master/kumuluzee-arquillian-container) -
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](https://github.com/kumuluz/kumuluzee-testing/releases)
## Contribute
See the [contributing docs](https://github.com/kumuluz/kumuluzee-testing/blob/master/CONTRIBUTING.md)
When submitting an issue, please follow the
[guidelines](https://github.com/kumuluz/kumuluzee-testing/blob/master/CONTRIBUTING.md#bugs).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