An open API service indexing awesome lists of open source software.

https://github.com/xdev-software/tci

XDEV's TestContainers Infrastructure (TCI) Framework Basis
https://github.com/xdev-software/tci

tci testcontainers xdev

Last synced: 4 months ago
JSON representation

XDEV's TestContainers Infrastructure (TCI) Framework Basis

Awesome Lists containing this project

README

          

[![Latest version](https://img.shields.io/maven-central/v/software.xdev.tci/bom?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev.tci/bom)
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/tci/check-build.yml?branch=develop)](https://github.com/xdev-software/tci/actions/workflows/check-build.yml?query=branch%3Adevelop)
[![javadoc](https://javadoc.io/badge2/software.xdev.tci/base/javadoc.svg)](https://javadoc.io/doc/software.xdev.tci)

# Testcontainers Infrastructure (TCI) Framework

Modules for XDEV's Testcontainer Infrastructure Framework

## Modules

* [base](./base/)
* Common code for writing TCI
* Pre-starting
* Container leak detection
* and much more
* [bom](./bom/)
* Bill of Materials for easier version management
* [db-jdbc](./db-jdbc/)
* Common code for db infra, including JDBC
* Data-generation template
* Improved JDBC Container wait strategy
* Predefined implementations for [Spring-ORM](./db-jdbc-spring-orm/) and [Hibernate](./db-jdbc-spring-orm-hibernate/)
* [jul-to-slf4j](./jul-to-slf4j/)
* Logging Adapter to redirect JUL to SLF4J
* [mockserver](./mockserver/)
* Predefined implementation for [Mockserver](https://github.com/xdev-software/mockserver-neolight)
* [oidc-server-mock](./oidc-server-mock/)
* Predefined implementation for [OIDC Server Mock](https://github.com/xdev-software/oidc-server-mock)
* [selenium](./selenium/)
* Predefined implementation for [Selenium](https://github.com/SeleniumHQ/selenium)
* Includes improvements from [xdev-software/testcontainers-selenium](https://github.com/xdev-software/testcontainers-selenium/)
* Predefined browsers (Firefox, Chromium)
* NoVNC support (you no longer need a VNC client and can simply use the browser)
* Enhanced video recording
* Browser logs
* [spring-dao-support](./spring-dao-support/)
* Helper for injecting DAOs using Spring

## Usage

You may checkout the [advanced demo](./advanced-demo/) - a reference implementation of most features in a realistic project - to get a better feeling how the project can be used.

You can also have a look at the corresponding modules for usage instructions.

> [!TIP]
> More detailed documentation is usually available in the corresponding [JavaDocs](https://javadoc.io/doc/software.xdev.tci).

## Installation
[Installation guide for the latest release](https://github.com/xdev-software/tci/releases/latest#Installation)

## Support
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).

## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.

## Dependencies and Licenses
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/tci)