Skip to content
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

[Feature] Please add some things would be great #4

Open
gselsidi opened this issue Feb 10, 2023 · 5 comments
Open

[Feature] Please add some things would be great #4

gselsidi opened this issue Feb 10, 2023 · 5 comments

Comments

@gselsidi
Copy link

  1. Please add nextjs support and other DB's probably most used like mysql.
  2. Have it write negative tests, meaning failures so it can test: wrong responses, unathorized, ect.
@gselsidi
Copy link
Author

this is what we have in our app btw:

const app = next({ dev, dir: "./src" }); const server = express();

I'm very interested in this, let me know if you add support for the above would be really interested in testing it out

@zvone187
Copy link
Contributor

Definitely, we’re looking to expand support for more frameworks. Nextjs will likely be amongst first ones. We had a conversation about Nextjs on a Reddit post .
MySQL will also be supported just not sure when exactly.

The code you mentioned works well with Pythagora. What you would need to add is just one line after initializing express. Like this:

const app = next({ dev, dir: "./src" });
const server = express();
if (global.Pythagora) global.Pythagora.addApp(server);

If you have a project with native express and Mongo, we’d love to hear how the integration went. If you need any help we’re happy to help.

@ManUtopiK
Copy link

Please, consider adding Nuxtjs, Fastify, postgresQL ! And integration with Vitest !

@zvone187
Copy link
Contributor

Thanks for the suggestion - this helps us prioritize which tech should we support. Nuxtjs will actually be supported quite soon.

@Morphexe
Copy link

Vitest would be a godsend :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants