autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

JS Bindings: Run browser tests through Karma #1267

Closed frericp closed 3 years ago

frericp commented 3 years ago

This PR introduces a Karma-based test setup for browser tests. Running npm run test:browser in the test folder will run all tests in the test/browser folder in a headless Chrome. Note that CI integration is still missing, as I'm waiting for https://github.com/autodesk-forks/MaterialX/pull/1254 to be merged.

Additional changes:

@aGuluzade FYI