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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Japa testing framework #3276

Open
thetutlage opened this issue Oct 4, 2023 · 1 comment
Open

Support for Japa testing framework #3276

thetutlage opened this issue Oct 4, 2023 · 1 comment

Comments

@thetutlage
Copy link

Hello, I am the creator of Node.js testing framework called https://japa.dev/docs and would love to see it getting added to Wallabyjs.

Little bit about Japa 馃憞

  • Japa focuses on testing only the backend applications written for the Node.js runtime.
  • It does not use any transpilers or compilers.
  • You can run Japa tests directly using the Node.js binary, i.e. node bin/test.js. This file also acts as a mini CLI interface to filter tests, switch reporters and so on.

Do let me know if you need anything else? Also happy to contribute in any possible way.

@smcenlly
Copy link
Member

smcenlly commented Oct 5, 2023

@thetutlage - congrats on creating your own testing framework, it's no small feat.

There's a lot of effort to add a new testing framework (not only initially but on an ongoing basis) so we need to be careful about adding support for new frameworks and ensure that there's widespread adoption to justify our effort.

For now, we need to wait a bit and see how Japa adoption progresses.

Please share this issue and have people +1 so we can gauge interest, and we will review in our periodic planning sessions.

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

2 participants