Open schickling opened 4 years ago
As discussed within slack...
I have created an example repo showcasing how to configure Jest to concurrently execute against Prisma + Postgres configuration where each test suite has its own db context spun up and down.
https://github.com/ctrlplusb/prisma2-pg-jest
Might be a good reference to some. π
@schickling Now that Prisma Beta 2.0 is out maybe this should be prioritized again? Whatβs the status here?
Having a proper testing framework around prisma completes the developer experience.
Another thing to add to discussion, framework such as redwoodjs has prisma as part of itβs core stack and considered to be a first class citizen. As redwoodjs user myself I like to know how to test prisma code.
@schickling Any updates regarding the re-maintaining of prisma-test-utils
?
If you have a clear need for this, please open an issue over at https://github.com/prisma/prisma and describe that use case so we can prioritize it.
Any updates?
No, my previous message https://github.com/prisma/prisma-test-utils/issues/6#issuecomment-706287410 still stands - right now we focus on other areas as we think those are more important.
While focusing on the release of production-ready version of Prisma 2 (see blog post), we unfortunately don't have enough internal capacity to keep up the development of
prisma-test-utils
at the current point.However, we're still very committed to making
prisma-test-utils
a first class citizen in the Prisma ecosystem and hope we'll have enough capacity again early 2020 to develop it further. πThanks a lot also to @maticzav for his great prior work on this project! π