TestContainer Postgres

This commit is contained in:
2025-09-13 14:47:02 +02:00
parent ae47c718e5
commit 116ae0d21d
7 changed files with 152 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
Library to test integration for aura ascend.
## Postgres Test Container
`@PostgresTestContainer` Annotation for integration tests.
Initialize Postgres test container using test container default properties, script located in `src/<test path>/resources/postgres/` folder.
## Publish library locally.
```shell