🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

Ignition is a powerful integrated development environment with everything you need to create virtually any kind of industrial software application – SCADA, IIoT, MES and beyond – all on one platform.

Examples

Dependency:
<dependency>
    <groupId>com.mussonindustrial</groupId>
    <artifactId>testcontainers-ignition</artifactId>
    <version>0.4.0</version>
    <scope>test</scope>
</dependency>
Usage:
var ignition = new IgnitionContainer("inductiveautomation/ignition:8.1.33")
  .acceptLicense();
ignition.start();