Skip to content

navikt/helved-utbetaling

Repository files navigation

img

Utbetaling

Utbetaling består av tre komponenter:

OpenAPI 3.0

openapi.yaml

DEVS

Reusable testcontainers

Add this to your ~/.testcontainers.properties file

checks.disable=true                 # faster startup
testcontainers.reuse.enable=true    # reuse container
ryuk.disabled=true                  # disable ryuk

If containers are shut down and you get 409 conflict in the tests trying to setup testcontainers, just manually start them again

docker start mq postgres 

If the testcontainer is updated, the running containers on your machine needs to be replaced. Just delete them with

docker stop mq postgres
docker container prune

References

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9