Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arquillian/arquillian-cube
Control (docker, kubernetes, openshift) containers in your tests with ease!
https://github.com/arquillian/arquillian-cube
docker docker-compose java jvm kubernetes openshift test-automation testing
Last synced: 27 days ago
JSON representation
Control (docker, kubernetes, openshift) containers in your tests with ease!
- Host: GitHub
- URL: https://github.com/arquillian/arquillian-cube
- Owner: arquillian
- Created: 2014-10-22T09:47:10.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T14:27:30.000Z (about 1 month ago)
- Last Synced: 2024-09-28T21:03:00.492Z (about 1 month ago)
- Topics: docker, docker-compose, java, jvm, kubernetes, openshift, test-automation, testing
- Language: Java
- Homepage: http://arquillian.org/arquillian-cube/
- Size: 4.99 MB
- Stars: 120
- Watchers: 17
- Forks: 98
- Open Issues: 140
-
Metadata Files:
- Readme: README.adoc
- License: license-asl-2.0.txt
Awesome Lists containing this project
README
= Arquillian Cube
:asciidoctor-source: https://raw.githubusercontent.com/arquillian/arquillian-cube/main/docs
:numbered:
:sectlink:
:sectanchors:
:sectid:
:source-language: java
:source-highlighter: coderay
:sectnums:
:icons: font
:toc: leftWARNING: 1.0.0.Alpha7 breaks incompatibility with previous versions in some cases. The major difference is that instead of using the _boot2docker_ keyword to refer to the auto resolved boot2docker ip in the _serverUri_ parameter, you should now used _dockerHost_.
IMPORTANT: 1.0.0.Alpha13 changes default format from Cube to Docker Compose. In case you are using Cube format you need to update arquillian.xml with `CUBE`
ifndef::generated-doc[]
To read complete documentation visit http://arquillian.org/arquillian-cube/
endif::generated-doc[]ifdef::generated-doc[]
include::{asciidoctor-source}/what-is-this.adoc[]include::{asciidoctor-source}/preliminaries.adoc[]
include::{asciidoctor-source}/example.adoc[]
include::{asciidoctor-source}/bom.adoc[]
include::{asciidoctor-source}/configuration.adoc[]
include::{asciidoctor-source}/build-containers.adoc[]
include::{asciidoctor-source}/compose.adoc[]
include::{asciidoctor-source}/enrichers.adoc[]
include::{asciidoctor-source}/parallel.adoc[]
include::{asciidoctor-source}/cop.adoc[]
include::{asciidoctor-source}/requirements.adoc[]
include::{asciidoctor-source}/containerless.adoc[]
include::{asciidoctor-source}/drone.adoc[]
include::{asciidoctor-source}/restassured.adoc[]
include::{asciidoctor-source}/reports.adoc[]
include::{asciidoctor-source}/polyglot.adoc[]
include::{asciidoctor-source}/kubernetes.adoc[]
include::{asciidoctor-source}/fabric8.adoc[]
endif::generated-doc[]
== Future work
Some configuration parameters will be modified to fix any possible requirements.
Although we are going to try to not break compatibility with previous versions, we cannot guarantee until _beta_ stage.Feel free to use it and any missing feature, bug or anything you see , feel free to add a new issue.