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

Add integration tests #41

Open
nkreeger opened this issue Jul 8, 2019 · 2 comments
Open

Add integration tests #41

nkreeger opened this issue Jul 8, 2019 · 2 comments

Comments

@nkreeger
Copy link
Contributor

nkreeger commented Jul 8, 2019

It would be great to have:

  • Automatic tests from WebGL conformance tests
  • Jasmine tests for specific functionality
@AlexVestin
Copy link
Contributor

I managed to run the conformance tests using nw.js, not sure if this is the best way to do it though

@nkreeger
Copy link
Contributor Author

Most of the unit testing we have is indirectly through an upcoming backend to tensorflow.js:
https://github.com/tensorflow/tfjs-core/tree/master/tfjs-backend-nodegl

Run test:
https://github.com/tensorflow/tfjs-core/blob/master/tfjs-backend-nodegl/package.json#L10

Test file:
https://github.com/tensorflow/tfjs-core/blob/master/tfjs-backend-nodegl/src/run_tests.ts

That runs the whole stack against the existing browser WebGL unit tests for TensorFlow.js

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