Metadata
- Source
- FLUID-5744
- Type
- Improvement
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Colin Clark
- Created
2015-08-17T16:53:47.496-0400 - Updated
2021-07-29T01:30:16.224-0400 - Versions
-
- 1.9
- 2.0
- 3.0
- Fixed Versions
-
- 5.0
- Component
-
- Framework
Description
We support the use of the core, non-view portions of the Infusion framework in Node.js, and hope to publish a npm module for Infusion soon.
However, there is currently no way to run the Infusion framework unit test suite in Node.js (or at least the subset of them that are Node.js-friendly).
jqUnit and node-jqunit does enable tests to run in both environments with a little bit of work. We should create a new test runner file that aggregates and runs all appropriate tests in Node.js
Comments
-
Antranig Basman commented
2015-08-20T22:06:27.420-0400 We should probably just fold the thing called node-jqUnit into the framework image - this will eliminate boggle about whether it has Infusion as a dependency or not. Although it only depends on a very small part of the framework, I think there is little prospect of our turning that part of the framework into a "micromodule" any time soon.
-
Alan Harnum commented
2016-10-21T11:43:08.625-0400 The FLUID-5986 PR discussion at https://github.com/fluid-project/infusion/pull/767#discussion_r84359182 has some relevance to this issue.