All Projects → citrusframework → Citrus

citrusframework / Citrus

Licence: apache-2.0
Framework for automated integration tests with focus on messaging integration

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Citrus

Remit
RabbitMQ-backed microservices supporting RPC, pubsub, automatic service discovery and scaling with no code changes.
Stars: ✭ 24 (-92.71%)
Mutual labels:  microservices, messaging
Spring Cloud Bus
Spring Cloud event bus
Stars: ✭ 342 (+3.95%)
Mutual labels:  microservices, messaging
Rebus
🚌 Simple and lean service bus implementation for .NET
Stars: ✭ 1,733 (+426.75%)
Mutual labels:  microservices, messaging
Spring Cloud Stream
Framework for building Event-Driven Microservices
Stars: ✭ 662 (+101.22%)
Mutual labels:  microservices, messaging
Obvs
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
Stars: ✭ 290 (-11.85%)
Mutual labels:  microservices, messaging
Springy Store Microservices
Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.
Stars: ✭ 318 (-3.34%)
Mutual labels:  microservices
Admiral
Admiral provides automatic configuration generation, syncing and service discovery for multicluster Istio service mesh
Stars: ✭ 323 (-1.82%)
Mutual labels:  microservices
Arquillian Core
Arquillian provides a component model for integration tests, which includes dependency injection and container life cycle management. Instead of managing a runtime in your test, Arquillian brings your test to the runtime.
Stars: ✭ 315 (-4.26%)
Mutual labels:  integration-testing
Jwtauth
JWT authentication middleware for Go HTTP services
Stars: ✭ 316 (-3.95%)
Mutual labels:  microservices
Akka Ddd
Akka CQRS/ES framework
Stars: ✭ 330 (+0.3%)
Mutual labels:  microservices
Eshoponcontainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
Stars: ✭ 19,397 (+5795.74%)
Mutual labels:  microservices
Gokit
Go Examples: From basics to distributed systems
Stars: ✭ 325 (-1.22%)
Mutual labels:  microservices
Vertx Zero
Zero Framework:http://www.vertxup.cn
Stars: ✭ 320 (-2.74%)
Mutual labels:  microservices
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (-0.91%)
Mutual labels:  microservices
Robot Shop
Sample microservices application for playing with
Stars: ✭ 316 (-3.95%)
Mutual labels:  microservices
Spring Cloud Alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Stars: ✭ 20,934 (+6262.92%)
Mutual labels:  microservices
Docklands
Minimalistic Java EE / Jakarta EE / MicroProfile Related Dockerfiles
Stars: ✭ 315 (-4.26%)
Mutual labels:  microservices
Vonage Node Sdk
Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 323 (-1.82%)
Mutual labels:  messaging
Nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
Stars: ✭ 20,691 (+6189.06%)
Mutual labels:  microservices
Hono
Eclipse Hono™ Project
Stars: ✭ 323 (-1.82%)
Mutual labels:  messaging

Citrus Integration Testing Logo

Maven Central build <Sonarcloud quality gate> Javadocs Licensed under Apache License version 2.0 Chat on Zulip

Welcome to Citrus

Citrus is a test framework written in Java that is able to create fully automated end-to-end use case tests for enterprise SOA applications. Citrus simulates surrounding interface partners supporting a huge set of different transports and protocols like Http, JMS, TCP/IP, FTP, SOAP, XML and JSON.

Visit our official website at 'https://citrusframework.org' for more information and a detailed documentation.

Preconditions

You need following software on your machine in order to use the Citrus framework:

  • Java 8 or higher Installed JDK plus JAVA_HOME environment variable set up and pointing to your Java installation directory

  • Java IDE (optional) A Java IDE will help you to manage your Citrus project (e.g. creating and executing test cases). You can use the Java IDE that you like best like Eclipse or IntelliJ IDEA.

  • Maven 3.0.x or higher (optional) Citrus projects will fit best with Maven (https://maven.apache.org). However it is not required to use Maven. You can also run tests using ANT (https://ant.apache.org/) for instance.

Installation

  • Download the latest Citrus release archive

  • Extract the archive into an appropriate location on your local storage

  • Use the ANT tutorial in our tutorials section to find out how to run tests using ANT.

  • Read the Maven tutorial to find out how to integrate the Citrus tests into the Maven build lifecycle

Release Notes

Each release comes with a complete reference documentation. At the beginning of the reference you will find a section about the changes and notes for this release. For detailed description of changed packages and classes do also consult the provided javadoc.

Resources

  • Citrus's source repository is hosted on github.com. You can clone the repository with git://github.com/citrusframework/citrus.git as URL

  • Find our blog and more interesting articles around Citrus on https://labs.consol.de and checkout the various post categories for selecting a specific topic.

  • https://citrusframework.org offers tutorials and more information about Citrus framework.

Samples

Our sample section is still growing. Nevertheless you can find a sample project called 'FlightBookingService' in our distribution. To build and run the sample applications go to the 'samples' directory and run 'build.xml' script with ANT (ant -p).

Licensing

Copyright 2006-2018 ConSol Software GmbH.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Consulting

Just in case you need professional support for Citrus have a look at 'https://citrusframework.org/docs/consulting/'. Contact [email protected] directly for any request or questions (or use the contact form at 'https://www.consol.com/contact/')

Bugs

Please report any bugs and/or feature requests directly to https://github.com/citrusframework/citrus/issues

Information

For more information on Citrus see citrusframework.org, including a complete reference manual.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].