You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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 👇
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.
The text was updated successfully, but these errors were encountered: