-
Notifications
You must be signed in to change notification settings - Fork 27
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
Discuss modules in CITGM #35
Comments
Just thinking loud in terms of what those could be:
? |
I believe someone released a package for testing dependencies of any npm project recently. I'll have to find that or maybe someone else remembers what it was called |
one of the idea / question that came up for discussion is: how frameworks can better leverage CITGM. For example, if a class of test can be (dynamically?) organized in such a manner that a set of modules that depend on the framework is selected and tested, and accounted together? that way, we will be testing those modules for node.js stability, as well as the stability of the framework, in one shot, against a target node.js version. This would be of great value for frameworks before they release their majors? We could clone and maintain a copy of the test suite that fits the frameworks' purpose, or decide to reuse the existing CITGM, if it already is capable of catering to this use case. |
We've had similar discussions in the package maintenance WG:
@andrewhughes101 is currently looking at what we thought step one would be - which was how can framework authors get the list of modules that depend on them, and filter them down in a useful way. |
We chatted about this a bit on todays meeting, and wanted to get feedback from folks on the @nodejs/web-server-frameworks team on the work being done on this tool: It is very early, but feedback on if the direction seems useful, would be helpful to keep it going in the right direction. EDIT: forgot the context! This tool will help module authors test their downstream packages. So you can test your upcoming releases with packages which depend on you. |
I know this one is old, but I am thinking that we should put together a list of action items which need to be addressed to get |
On the Express TC meeting we discussed testing for our dependencies, especially for v5 and were thinking we need a better way to integrate groups of modules to CITGM. What do other frameworks do for this?
The text was updated successfully, but these errors were encountered: