2023-03-07 09:21:20 +01:00
|
|
|
# Integration Tests
|
|
|
|
|
|
|
|
Integration tests configure real virtual machines and run tests on
|
|
|
|
those to assert some properties.
|
|
|
|
|
|
|
|
You can find all integration tests under the [tests/integration](/tests/integration) directory.
|
2023-03-07 09:36:15 +01:00
|
|
|
|
|
|
|
## Run integration tests
|
|
|
|
|
|
|
|
```console
|
|
|
|
nix-build -A tests.integration.keycloak
|
|
|
|
```
|