Replies: 2 comments 3 replies
-
Would you like to do this purely with js/ts code, or would you like to use shell scripts as a part of the test flow? |
Beta Was this translation helpful? Give feedback.
3 replies
-
You should look into TestContainers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
First of all, thank you to the author of this repository, it is really helpful.
I took a look at the TypeORM sample and it looks like we need to manually start the docker image to be able to run the integration tests.
I guess my question is, is there a way to make NestJS automatically spin up the docker image during the test phase?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions