Configuration
Environment Variables
Environment variables can be set in a .env file (see .env.example):
| Variable | Default | Description |
|---|---|---|
WILDFLY_IMAGE | quay.io/wado/wado-sa:development | WildFly container image |
HALOP_IMAGE | quay.io/halconsole/hal-op:test-suite | halOP container image |
HALOP_PORT | 9090 | Host port mapped to the halOP container |
Container Images
| Image | Description |
|---|---|
quay.io/halconsole/hal-op:test-suite | halOP image used by the test suite |
quay.io/wado/wado-sa:development | WildFly image used for test containers |
Related Projects
| Project | Description |
|---|---|
| halOP | WildFly management console (the application under test) |
| WildFly | The application server managed by halOP |
| testcontainers | Container management for integration tests |