-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add automated testing guides #822
Comments
I am definitely open to having docs on testing, and would welcome a PR for it! I believe we have had a similar request in the past, but just have not gotten around to it. |
I can contribute it with a PR, WIP 🤓 |
Btw, I'm trying to run the docs in my local (I followed the contribution steps), and I'm having this error: I'm not very familiar with turborepo, but I found a reference of that path here:
Before of making changes I would like to know if this is truly the source of the error, or if I should do something different. Possibly questions:
Some ideas or feedback regarding this? |
Try running |
Area of Improvement
I would like to see automated testing guides in the documentation since automation testing is a critical part of software development.
There are testing documentation examples like Next.js itself: https://nextjs.org/docs/app/building-your-application/testing
Proposal:
Probably a good place to add it is something like: https://docs.uploadthing.com/testing
And add a playwright example like: https://docs.uploadthing.com/testing/playwright
So we can have more testing examples in the future using other testing tools.
What do you think?
P.D: I'm willing to contribute adding a Playwright integration test example that I have developed for my personal project in Next.js with app router.
Link to related docs
https://docs.uploadthing.com/
Additional information
I don't see a proper link to related docs, so I put the root domain.
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: