You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChromeHeadless131.0.0.0(MacOS10.15.7) WARN: Error: ErrorcreatingWebGLcontext.Error: ErrorcreatingWebGLcontext.at new WebGLRenderer(http://localhost:9876/_karma_webpack_/webpack:/node_modules/three/build/three.module.js:14906:13)at new Renderer(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/three-components/Renderer.js:73:34)atFunction.singleton(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/three-components/Renderer.js:103:31)at new LoadingModelViewerElement(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/features/loading.js:177:22)at new ARModelViewerElement(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/features/ar.js:58:13)at new ControlsModelViewerElement(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/features/controls.js:178:13)at new EnvironmentModelViewerElement(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/features/environment.js:37:13)at new StagingModelViewerElement(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/features/staging.js:42:13)at new SceneGraphModelViewerElement(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/features/scene-graph.js:41:13)at new AnnotationModelViewerElement(http://localhost:9876/_karma_webpack_/@google/webpack:/node_modules/@google/model-viewer/lib/features/annotation.js:35:13)
The text was updated successfully, but these errors were encountered:
Hmm, I haven't seen that - I'm guessing something else is different, since our CI is not having this problem. Would you mind sending a PR to see if you can trigger the problem here on our CI?
Seems like you were having the same issue: karma-runner/karma-chrome-launcher#263
Unfortunately, using Angular, it seems like I can't easily migrate off of Karma.
We're currently evaluating Web Test Runner, Vitest, and Jest as candidates for a new test runner for Angular projects while preserving Jasmine as assertion library to not break existing tests.
So it might be a problem of the test runner rather than the library
@google/model-viewer v4.0.0 (also tried v3.5.0)
When running tests in CI (GitHub Actions, without a screen), there seems to be an issue i was not having before:
and
which come together with (it seems):
The text was updated successfully, but these errors were encountered: