prisma / prisma-test-utils

A collection of data model agnostic test utils.
114 stars 11 forks source link

prisma-test-utils is temporarily unmaintained #6

Open schickling opened 4 years ago

schickling commented 4 years ago

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! πŸ™

ctrlplusb commented 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. πŸ‘

guledali commented 4 years ago

@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.

Aweller95 commented 4 years ago

@schickling Any updates regarding the re-maintaining of prisma-test-utils ?

janpio commented 4 years ago

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.

alexandrulesi commented 3 years ago

Any updates?

janpio commented 3 years ago

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.