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

Test Cesium under node #3657

Open
1 of 3 tasks
mramato opened this issue Mar 2, 2016 · 2 comments
Open
1 of 3 tasks

Test Cesium under node #3657

mramato opened this issue Mar 2, 2016 · 2 comments

Comments

@mramato
Copy link
Contributor

mramato commented Mar 2, 2016

Now that we ship an official Cesium node module, and the non-webgl parts are actually supposed to work under node, we should include node testing as part of the CI and release processes. I think we can leverage all of our existing jasmine tests and run them under node unchanged (of course many will fail), and then the hard part will be to go in and make them work (where it makes sense) or add them to a "noNode" category. In the short term, we might just be able to add a smokescreen test to ensure the module isn't every completely broken.

  • Smoke screen test for module to make sure it loads without issue.
  • Make all current non-webgl tests runnable under node via jasmine.
  • Fix any broken tests or if needed add them to the noNode category.
@pjcozzi
Copy link
Contributor

pjcozzi commented Sep 4, 2016

With #4281, the "WebGL" tests will also be candidates for running under node.

@pjcozzi
Copy link
Contributor

pjcozzi commented Nov 1, 2018

https://twitter.com/nkreeger/status/1057332089287192577 may be of interest for running WebGL with Node.

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

No branches or pull requests

2 participants