Project-Books / books-api

GraphQL Books API
https://project-books.github.io/#books-api
MIT License
35 stars 61 forks source link

Use Testcontainers instead of h2 for integration tests #151

Open knjk04 opened 2 years ago

knjk04 commented 2 years ago

Similar to https://github.com/Project-Books/book-project/issues/917 in the Book Project, we would like to use Testcontainers instead of h2 for integration tests so that we are actually using a PostgreSQL database.

shabab477 commented 1 year ago

Just started working with testcontainers. Can I take this issue?